You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an experience android developer, so please bear with me. Currently using Mediaplayer and custom http proxy for my project to read audio files from webserver and stream it back to the player. Basically I just want to save the buffered/cached data to internal storage.
I'm now switching to Exoplayer and trying to do the same without using http proxy. Tried searching Stackoverflow and gone through open/closed issues, but I couldn't find whether it's possible to achieve the same thing by using caching functionality provided by Exoplayer.
Any pointers would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not an experience android developer, so please bear with me. Currently using Mediaplayer and custom http proxy for my project to read audio files from webserver and stream it back to the player. Basically I just want to save the buffered/cached data to internal storage.
I'm now switching to Exoplayer and trying to do the same without using http proxy. Tried searching Stackoverflow and gone through open/closed issues, but I couldn't find whether it's possible to achieve the same thing by using caching functionality provided by Exoplayer.
Any pointers would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: