-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m3u8 file with an audio only stream #2654
Comments
hls.js excludes audio-only renditions from streams with video-audio renditions for a couple of reasons:
I've seen reports of no. 2 in regions that have great bandwidth, but because of CDN performance streams would seem to "freeze" while audio played for a few seconds as streams start. I personally recommend not to use audio-only renditions to avoid this behavior on iOS or in native playback in Safari. Changes in ABR handling in Safari 13 made this behavior prevalent with certain streams in some regions, and lead to some pretty big support headaches for the folks I work with. If it was easy to support, we could have a configuration option to disable these tracks and I would use that, but because of the challenges in no. 1, I do not think it's worth the effort. |
@robwalch Sounds good -- thanks for the response. Makes sense. |
Thanks for bringing it up @franzwarning, and sorry we don't have an option to enable it. |
https://5f700d5b2c46f.streamlock.net:443/mirosat/mirosat/playlist.m3u8 , solo se reproduce en vlc , quisiera reproducirlo en todos los reproductores |
Hey -- wondering if this is a bug or a feature. I have an m3u8 playlist that looks like this:
hls.js is only showing 4 levels, it doesn't include the audio one at the bottom. However, if I change the codecs of the last entry to
avc1.64000d,mp4a.40.2
, it shows all the levels (even if the last one doesn't technically use an audio codec).Is this intended behaviour? Should I change my master file to have a fake video codec there?
Thanks!
The text was updated successfully, but these errors were encountered: