doublesymmetry / react-native-track-player

A fully fledged audio module created for music apps. Provides audio playback, external media controls, background mode and more!
https://rntp.dev/
Apache License 2.0
3.3k stars 1.02k forks source link

[Feature Request] autodetect HLS & Dash #2407

Open jspizziri opened 2 days ago

jspizziri commented 2 days ago

What is the need and use case of this feature?

Currently you have to manually pass a type on android if you're using HLS or Dash. I think this should be enhanced such that default will attempt to auto-detect it for you based on the extension of the URL (.m3u8 -> hls, .mpd -> dash).