-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
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
).
hassankhan, ymeskini and puckey