ryanheise

Results 1670 comments of ryanheise

You wrote in the description: > In this case, I do not receive any errors by listening to playbackEventStream for error handling, while I receive UnknownHostException on the console. But...

It seems like we're dealing with two issues here. One is the original bug report, and another is a feature request. Let's deal here with the bug report. > But...

To start with, please fix your bug report. Skipping on the minimal reproduction project, and then later providing an incorrect claim that the just_audio example exhibits the bug, may seem...

As per my previous comment: > The next step for you is either: > > 1. Wait for it to be fixed. > 2. Fix it yourself and submit a...

Related to #20 . It's not always an easy thing to do particularly with iOS if you use the standard decoders provided by the platform. Apple has some formats it...

Yes, you said that. But it's not easy to do. If you would like to contribute a pull request and do the hard work, you are welcome to help.

No update, sorry. Although it would be a useful feature to have, it's not the highest on my own priority list. Although pull requests would definitely be welcome if someone...

I think the easiest approach is to clone the just_audio git repository and the necessary code. Unfortunately I can't do this as soon as you might like, although pull requests...

I'm not sure of any easy way to do this. Some podcast players make it a binary choice: You either stream it, or you download it in advance.

I would eventually like to replace the current `setUrl`/`setXYZ` API by a `setDataSource` API which would make it a lot easier to integrate with custom and other ExoPlayer data sources....