ryanheise

Results 1670 comments of ryanheise

I'll leave this link here for later as a guide for how this could be done on the iOS side: https://vombat.tumblr.com/post/86294492874/caching-audio-streamed-using-avplayer

I am not sure since the downloading actually happens on the platform side of the plugin. However, it just occurred to me that after recently implementing an HTTP proxy in...

@nuc134r hehe :-) Unfortunately, it may be a while for me to get around to this, since there are some higher priority things that need to be implemented in audio_service...

Hi @ashishfeels yes it has both custom headers and caching support, while iOS doesn't. Because I needed this to work on iOS, I ended up writing a proxy that lets...

@ashishfeels , The caching side isn't implemented yet, but the proxy is, so it would be a short step from there to add a cache. (Note that since iOS doesn't...

@nuc134r that's an interesting thought to contemplate, although the plan is to eventually have caching support directly in the plugin as I think there are benefits in this case to...

@nuc134r excellent work! As mentioned in my previous comment, I very much would like to support this feature directly in just_audio. The proxy exists within just_audio, and I can think...

I've just created a new branch called `proxy_improvements` which refactors the proxy code to make it more extensible. Using it, just_audio now streams assets directly from the bundle via the...

Thanks @defsub , that is very informative. Out of curiosity, how would you prefer to handle the situation when the user seeks to somewhere near the end of the file...

Thanks for sharing your use cases @agersant . I understand seeking would not be very frequent in a music streaming app, compared, say, with a podcast app. A podcast episode...