You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EVENT playlist type is intended to use with live events that are still happening so the user can see the live action and scroll to the past. The live part of these are played correctly, but seeking is not allowed until the event is completed and #EXT-X-ENDLIST is added. This is incorrect behavior and should be corrected so they are played live by default but also allow for seeking during the event.
Obverse that adding #EXT-X-ENDLIST allows seeking but both should allow seeking and adding the end tag doesn't allow live updating of the event that's needed
Errors
No response
What version of Video.js are you using?
8.17.3
Video.js plugins used.
None
What browser(s) including version(s) does this occur with?
Safari 17.6 and Chrome 128.0.6613.114
What OS(es) and version(s) does this occur with?
macOS 14.6.1
The text was updated successfully, but these errors were encountered:
Hi, Same issue here. This is exactly how @daveisfera explained.
An EVENT playlist type must not have #EXT-X-ENDLIST
You can check opened an EVENT playlist with QuickTime player to see how it should works. I believe that VLC has the same behavior as videojs and this is incorrect.
Description
The EVENT playlist type is intended to use with live events that are still happening so the user can see the live action and scroll to the past. The live part of these are played correctly, but seeking is not allowed until the event is completed and #EXT-X-ENDLIST is added. This is incorrect behavior and should be corrected so they are played live by default but also allow for seeking during the event.
Reduced test case
https://raw.githubusercontent.com/daveisfera/hls_hevc_tag/main/index_event.m3u8
Steps to reproduce
#EXT-X-ENDLIST
allows seeking but both should allow seeking and adding the end tag doesn't allow live updating of the event that's neededErrors
No response
What version of Video.js are you using?
8.17.3
Video.js plugins used.
None
What browser(s) including version(s) does this occur with?
Safari 17.6 and Chrome 128.0.6613.114
What OS(es) and version(s) does this occur with?
macOS 14.6.1
The text was updated successfully, but these errors were encountered: