ryanheise
ryanheise
Nice work! I will update the README to link to these. Just a note on the feature sets, reading from a byte stream, and request headers, should (I would expect)...
@bleonard252 I am about to publish an updated README pointing to your just_audio_mpv plugin. I was thinking it might be helpful if you also update your README to contain installation...
:+1: looks good. I think that link to the MPV installation page covers all bases. I forgot this is actually a Linux _and_ Windows implementation, but I suppose that is...
I see, in that case I think it will be necessary to fix this in the just_audio_mpv plugin: ```yaml plugin: implements: just_audio_platform_interface platforms: linux: dartPluginClass: JustAudioMpv fileName: just_audio_mpv.dart windows: dartPluginClass:...
Possibly related to #333 .
#333 is actually related to ExoPlayer behaviour for Android, and not applicable to macOS. (Looking at a ExoPlayer further, it should be able to seek both types of FLAC files.)...
I will need to add an option for this on iOS/macOS, and for #333 I need to add a similar option for Android. I just need to decide on the...
Note for later. Documentation link: https://developer.apple.com/documentation/avfoundation/avurlassetpreferprecisedurationandtimingkey?language=objc
I'm not sure if I fully understand whether this is correct. The original code would only call `_setPlatformActive(false)` if `load` failed. Your new code will do it for any error,...
Maybe something like that will work, it's worth a try.