just_audio
just_audio copied to clipboard
Audio Player
**Which API doesn't behave as documented, and how does it misbehave?** `AudioPlayer.setUrl('https://api.moodstream.anothercircus.com/api/m3u8?mood=4')` not working in android device and it gives ExoplaybackException `just_audio: ^0.9.35` **Minimal reproduction project** ``` import 'package:just_audio/just_audio.dart'; import...
Relevant issue: https://github.com/ryanheise/just_audio/issues/1032 I have this issue littered throughout my sentry logs. I can sometimes replicate it by setting a LockCachingAudioSource and then disposing of the audio player almost immediately...
**Which API doesn't behave as documented, and how does it misbehave?** Range request supported URL is not playing by cached LockCachingAudioSource in iOS. Same URL is working well in Android....
**Which API doesn't behave as documented, and how does it misbehave?** On IOS when you create Playlist using ConcatenatedAudioSource with these files for example https://alquran.qtlms.uz/media/file/oyat/MisharybinRashidAlafasyAasimHafsAasim/002008.mp3 https://alquran.qtlms.uz/media/file/oyat/MisharybinRashidAlafasyAasimHafsAasim/002008.mp3 and hit play, then...
**Is your feature request related to a problem? Please describe.** The state model is based on ExoPlayer with one additional state of `loading` that makes it possible to use the...
**Which API doesn't behave as documented, and how does it misbehave?** If the asset path contain any uppercase letter, an error will occurred when any asset bundle related functions were...
**Which API doesn't behave as documented, and how does it misbehave?** audioPlayer.setUrl() is not working. Some audio files are not being processed correctly which results in the error below. **Minimal...
**Which API doesn't behave as documented, and how does it misbehave?** Name here the specific methods or fields that are not behaving as documented, and explain clearly what is happening....
Thanks for this great package! **Which API doesn't behave as documented, and how does it misbehave?** handleAudioSessionActivation: false does not seem to be working on iOS **Minimal reproduction project** https://github.com/louisdeveseleer/just_audio.git...
**Which API doesn't behave as documented, and how does it misbehave?** On Android, the very first time a short audio effect is played, playback will start a few hundred milliseconds...