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
If you use a main (multivariate, master) playlist that specifies the codecs it should work.
#EXT-X-STREAM-INF:…,CODECS="hvc1.1.6.L150.B0"
As you're just loading a media playlist, the codec is being derived from the video data. However, we're only getting hvc1here, which Chrome's canPlayType() will say it can't play. It needs a full string such as hvc1.1.6.L150.B0. We'd need to either determine the full codec string, or just test against a hard coded codec string from HEVC.
Uh oh!
There was an error while loading. Please reload this page.
Description
These videos are recorded on separate devices but have the same configuration and playback doesn't work with either
Reduced test case
https://raw.githubusercontent.com/daveisfera/hls_switch_same_init/9ee116765e3296abc01cd3e530623321336d7755/first.m3u8
The other video is here:
https://raw.githubusercontent.com/daveisfera/hls_switch_same_init/9ee116765e3296abc01cd3e530623321336d7755/second.m3u8
And then playing them back to back is here:
https://raw.githubusercontent.com/daveisfera/hls_switch_same_init/9ee116765e3296abc01cd3e530623321336d7755/video.m3u8
Steps to reproduce
Errors
What version of Video.js are you using?
3.17.0
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
Chrome 134.0.6998.118 (Official Build) (x86_64)
What OS(es) and version(s) does this occur with?
macOS 15.3.2
The text was updated successfully, but these errors were encountered: