ryanheise
ryanheise
The iOS APIs unfortunately don't support all codecs, particularly ones associated with Google ;-) I'll leave this issue open, since theoretically this is possible to implement (e.g. [OGVKit](https://github.com/brion/OGVKit)). However, in...
I am keeping this open for the reason stated above.
@zxl777 thank you for the useful link. While this isn't at the top of my priority list, it is helpful to collect useful resources here so that someone can eventually...
This is related to #333 . I am definitely in support of this feature, but I'm not sure yet on the API. There are a number of different seeking strategies...
On the iOS side, we have seek options `toleranceBefore` and `toleranceAfter`: https://developer.apple.com/documentation/avfoundation/avplayer/1388493-seektotime?language=objc That's a fundamentally different API since it is configured at seek time rather than at load time (something...
I'd probably put these specific iOS options only on `seek`. Of course that doesn't need to go in this PR, but I just want to plan ahead so that future...
Although see this comment: https://github.com/google/ExoPlayer/issues/9408#issuecomment-954743406 I'm still not sure exactly how it works to combine these flags.
I think the comment means they could be mutually exclusive for MP3 files but not for some other types of files. I'd be fine with a collection of bools or...
I did some recent work on the ExoPlayer seek flags, and in particular implemented support for constant bitrate seeking. Implementing that also finally gave some answers on how ExoPlayer deals...
> **Is your feature request related to a problem? Please describe.** It is not related to a problem. I just want to add a new feature to just_audio_background plugin plugin,...