cache m3u8 format audio,if have a plan to support this feature, thanks!
Is your feature request related to a problem? Please describe. I want cache m3u8 format audio Describe the solution you'd like give cache function to call or Simultaneous downloading+caching Describe alternatives you've considered nothing
Additional context nothing
Hi @saviourdog , LockCachingAudioSource may not support this yet (or for a while), but this class is actually just a custom subclass of StreamAudioSource and so if you have urgent requirements, you could consider copying the code for LockCachingAudioSource into your own project and experiment with modifying it to support the caching that you need.
If you get it to work for your use case, you may like to consider contributing back to the project via a pull request.
ok,but i am so weak to contribute this project,i will wait for a hero!thanks for your quick response!
I'll re-open so that you can wait for a hero.
🤣
I also need caching for m3u8/HLS live stream and would love to take a stab at this. Any pointers on how to get started?
Great! Maybe the first step is to try out #568 since once that's merged any new work should be based on that.
I also need caching for m3u8/HLS live stream and would love to take a stab at this. Any pointers on how to get started?
Did you end up with something ?
I'm really looking for this too, I've a bit of hard time to figure out how to tackle this. Any hint ?