videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
38k stars 7.45k forks source link

720p 29.97 fps Not playing #7404

Closed goesslingb closed 2 years ago

goesslingb commented 3 years ago

Description

"Playback cannot continue. No available working or supported playlists." when playing a 720p 29.97 HLS manifest.

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.

  1. Shaka packager a 720p 29.97 into LIVE HLS manifest with the following args:
  2. $args0 = "in=udp://${AIP}:${APORT}?interface=${AETHIP}&reuse=1,stream=audio,init_segment=/media/audio_init.mp4,segmenttemplate=/media/audio\$Number$.m4s,playlist_name=/media/audio.m3u8,hls_name=ENGLISH"; "in=udp://${VIP}:${VPORT}?interface=${VETHIP}&reuse=1,stream=video,init_segment=/media/video_init.mp4,segmenttemplate=/media/h264\$Number$.m4s,playlist_name=/media/h264.m3u8"; "--hls_master_playlist_output"; "/media/master.m3u8"; "--hls_playlist_type"; "LIVE";
  3. Set videojs source to this manifest (master.m3u8)
  4. Cannot play. Error such as "No available working or supported playlists."

Results

Expected

I expected it should play, it will play 60fps but just not the 29.97 fps.

Actual

No playback, only this error.

Error output

"Playback cannot continue. No available working or supported playlists." I do see a blob is fetched but an error saying the file doesn't exist is returned in the network debug tab.

Additional Information

Please include any additional information necessary here. Including the following:

versions

videojs

what version of videojs does this occur with? 7.11 and 7.14.3

browsers

Firefox, Edge, Chrome

OSes

Windows

plugins

No

mister-ben commented 3 years ago

Can you provide a test stream?

stale[bot] commented 2 years ago

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.