ryanheise
ryanheise
I don't think that format should be assumed by just_audio, and instead it should just report the raw metadata values exactly as they appear under each tag. If your app...
FYI, the URL metadata fix for iOS is now published in release 0.9.13. As for web, I still don't have any idea of how this can actually be done, so...
Thanks, @sallypeters I plan to look at this today.
I've just tried opening both URLs in Safari on mac, and the same thing happens: the first URL works, the second URL doesn't. I would suggest this indicates an issue...
This may also indicate that the audio recorder plugin you're using has a bug on the Android side in which it is not encoding the file correctly.
Chrome doesn't use the Apple decoders, it uses its own cross-platform decoders. Safari on the other hand uses Apple's own platform decoders which are the same I use within this...
I haven't done the cross-platform analysis of all different error messages to decide on the best categories, but in principle if someone does that, it would be a good idea....
Hi @diego-lipinski-de-castro @lkho 's fix is now available in the latest 0.2.0 release. To use it, call `player.seek(null)` to seek to the end of the live stream. Let me know...
Hi @diego-lipinski-de-castro On line 77 of `ios/Classes/AudioPlayer.m` would you be able to try changing `kCMTimePositiveInfinity` to `CMTimeMakeWithSeconds(MAXFLOAT, NSEC_PER_SEC)` and let me know if it works in your case? Another alternative...
Unfortunately I don't have a particularly ideal setup for testing but if you can copy and paste here which alternatives gave errors, I can help rewrite it to avoid those...