ryanheise
ryanheise
Thanks for sharing. The key paragraph in that README is: > A good use case for this module is for HTML5 web apps that host to radio streams; the tag...
Hi @johnny-byte , I have checked the code and actually it already implements this clipping, so the position should not exceed the duration. So there is no bug in `positionStream`,...
@loic-hamdi , did you read the comment of mine immediately above your one? In particular, the first sentence of that comment?
Interesting, so we could implement that for the proxy code (which is written in dart) while also using the ExoPlayer code for the native side.
It appears this issue is the same as #996 and a workaround is suggested there, so I'll close this and refer you to the other one.
Duplicate of #996
We then should have two different types of isolated audio handler: one for spawned isolates, and one for the other type of isolate. The latter should serialize/deserialize the objects. In...
I'm not sure if this option is useful on recent versions of Android since notifications associated with media sessions aren't handled by the OS as ordinary notifications, they appear in...
Some more info on iOS: https://developer.apple.com/forums/thread/62954 It looks like you can programmatically set a Bluetooth input device, but you can't programmatically set a Bluetooth output device (unless that device is...
On Android, the typically recommended solution involves deprecated methods. I think I may need to eventually implement the newer API (probably using the new JNIgen): https://developer.android.com/reference/androidx/mediarouter/media/package-summary