ryanheise

Results 1670 comments of ryanheise

Is that your own HLS file and are you in control of the hosting? If so, I suggest you fix the 403 error since that originates from the server, not...

It's not like anything has been kept secret, please read all the comments above before adding your own comment so that you are informed of where the issue is up...

I think it's a good idea. While there is a native API to achieve this on iOS, there isn't an API for this yet on Android. There is an ExoPlayer...

Note that you can in theory emulate this behaviour quite accurately by using `ConcatenatingAudioSource` as a tool to prepare the gapless playback queue rather than using it directly as your...

Yes, the solution should definitely work but the key point is to use this API as an auto playback queue rather than a playlist. Once you do that, you should...

Thanks for noticing that. This issue therefore has no blockers - aside from just the fact that someone still needs to implement it ;-)

See: https://stackoverflow.com/questions/73339177/flutter-with-just-audio-is-it-possible-to-create-a-playlist-that-doesnt-aut

@Chaphasilor this issue is a feature request to be able to toggle autoplay. It sounds like you aren't commenting on this feature request but just have a general question. The...

That's correct, it is possible to directly construct your own URL with the base64 data that you already have without using `StreamAudioSource`. So as a feature request, I don't think...

If you are able to narrow it down to a code block within just_audio that causes the UI to lock up, I might be able to suggest something.