-
Notifications
You must be signed in to change notification settings - Fork 428
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
Player may get stuck in audio-only mode #175
Comments
squarebracket commented on Jul 12, 2018, 11:32 PM UTC: Reopening as it's unrelated to #1435 (segment size isn't what's causing the describing problem per se). Kjeld your playlist confuses me. You have an In any case, what's happening here is that the initial bandwidth is low enough and the video playlist's If you feed in a pre-programmed videojs('videojs-contrib-hls-player', {html5: {hls: {bandwidth: 30000000}}}) it will select the audio+video playlist and everything will work out. Perhaps we should add something to the initial playlist selection that disregards any audio-only variants if there are any audio+video variants. That being said, unless you need it, you should consider dropping the only audio-only variant playlist. Note that Apple no longer recommends using an audio-only playlist in its HLS authoring guidelines; it now recommends a playlist with low-bitrate audio and video. Alternatively, simply encode more variants that have lower-bandwidth streams. |
forbesjo commented on Aug 1, 2018, 8:09 PM UTC: Moving this to VHS and we can fix this initial playlist selection logic there /move to http-streaming |
Renaming this issue to clarify what the bug is |
We can fix this by making sure not to select the audio-only playlist if we know that there are video+audio playlists available. The player may still get in this state if the manifest does not specify codec information. |
Bug is still ocurring on my end, but setting Here is the
Disabling the audio-only track also fixes the problem like mentionned in this issue. For anyone using Azure Media Service, you can disable it by adding
|
@malandles |
Same here with videos 8 and Wowza Streaming Server. Only audio and black video... |
I got the same error but with 4k video 10bit Video: hevc (Main 10) (hev1 / 0x31766568), yuv420p10le(tv, progressive), 3840x2160 [SAR 1:1 DAR 16:9], 4674 kb/s, 23.98 fps, 23.98 tbr, 24k tbn (default) converting to 4k 8bit video with hevc_nvenc -pix_fmt yuv420p10le reduces image quality and color significantly can i play video 4k, 10bit in video.js player ??? |
Kjeld commented on Dec 18, 2017, 4:23 PM UTC:
Description
The issue is that our 4K UHD stream doesn't play video. It only reads (and plays back) the audio .ts chucks. We think it is related to a undefined width and height issue.
Sources
https://content.streamone.io/embed/item=TpZBf-QKi4e2/bbbuhd60p.html
https://media.streamone.io/hls/account=MpBJPKUJ4Y6i/item=TpZBf-QKi4e2/TpZBf-QKi4e2.m3u8
Steps to reproduce
Results
Expected
Playback of 60fps UHD video.
videojs-contrib-hls version
It can be reproduced on you latest release
https://videojs.github.io/videojs-contrib-hls/
Browsers
Chrome
Firefox
Platforms
High Sierra
Debian 8
PS: The item is currently transcoding on a test account for you to publicly access, it will be there in 60 minutes from now. 12:23 UTC+1 == NOW()
This issue was moved by forbesjo from videojs/videojs-contrib-hls#1309.
The text was updated successfully, but these errors were encountered: