Jacob Spizziri
Jacob Spizziri
Closing this in favor of https://github.com/doublesymmetry/react-native-track-player/pull/2478 which migrates to the [email protected] and migrates the library to a turbomodule library.
@roganantonys , we need a reproduction in the example app before we're able to look into this. If you're able to create a reproduction we'll take a deeper look.
@joeyparrish thanks for the input. ## TL;DR; I've done some more digging and it looks like [this is related to having too short of an `analyzeduration` on `ffprobe`](https://superuser.com/a/1243971/1787576) (which defaults...
@joeyparrish friendly ping on this. Happy to submit a PR, just need to know which option you'd want to go with (see above).
@joeyparrish the current default is `5s` so we'd need to set it to something like `10s`. The potential downsides to just increasing the default value: 1. It would increase the...
Hey @joeyparrish sorry for ghosting you on this one. My every intention was to do it, but alas, my need for RTMP has gone away and as such, I'm not...
I'll take a deeper look at this PR once our office is back open after the holidays. I want a deeper understanding of why type casting is necessary here.
I just tested this fix on `[email protected]` and it didn't work. I've authored [the following commit](https://github.com/5-stones/react-native-readium/pull/78/commits/487febbb7ef7e16fc39db3594bbef10a61f28b07) and upgraded the library example project to `0.78.0`.
I've just published v3.0.1 which should resolves this issue in the `example` project. Please let me know if you are still experiencing any issues.
@jm4r7in please reproduce this in the example app and I'll take a look.