-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
HLS not show video but we can listen audio #5583
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
This is likely caused by having only an audio-only playlist and a high-bandwidth audio+video playlist. The short version of the problem is that the initial bandwidth calculation thinks it isn't sufficient for selecting the audio+video playlist, so it picks the only-audio one, which unfortunately locks it to being audio-only forever, preventing a switch to the audio+video playlist when it gets a better estimation of bandwidth. We have an open issue for only allowing audio+video playlists when there are both audio-only and audio+video playlists in the manifest, but unfortunately, we haven't been able to implement that behavior yet. In the mean time, doing either of these will let you get around this:
It's also worth mentioning that Apple no longer recommends having an audio-only rate; instead, they recommend a very-low-bitrate audio+video rate. Removing the audio-only rate would of course eliminate this problem since there would be only audio+video playlists to choose from. |
As you can see in this implementation |
Looks like some wires got crossed. While @squarebracket's recommendation about the audio-only rate applies, the options are for contrib-hls and videojs-http-streaming, not for videojs-hlsjs-plugin which uses hls.js internally. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
The following playlist
https://mediaservicerainet02-euno.streaming.media.azure.net/25f3217d-9e2f-4bc0-b331-347a0142d3a4/test_10min.ism/manifest(format=m3u8-aapl-v4)
audio it's plays but video not,
If we test it in another player the playlist work fine but in videojs not work.
Steps to reproduce
Results
Expected
We expected to see and listen video and audio with subtitles
Actual
Just play audio but not video
The text was updated successfully, but these errors were encountered: