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
I'm working on an CloudFront-backed HLS A/V streaming player using video.js and are finding that while our video resources stream just fine, the audio resources stop playing (and is stuck on an infinite loading spinner) after the first (~7s) segment.
Load example playlist https://d171yf8pzr8938.cloudfront.net/12002_C0016_0001-playlist.m3u8
Press play and it should continue to stream the content beyond the first ~7 seconds
Results
Expected
The player should stream the entire resource.
Error output
In our player, I'm seeing VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media. in the Chrome dev console, but I see the same behavior in the RC player without that error message in the console.
Additional Information
videojs-http-streaming version
videojs-http-streaming >=2.2.4
videojs version
video.js >=7.10.0
Browsers
Chrome 87
Firefox 83
Platforms
Reproduced on recent versions of macOS and Windows in multiple browsers
Other Plugins
n/a
Other JavaScript
n/a
The text was updated successfully, but these errors were encountered:
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.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
Description
I'm working on an CloudFront-backed HLS A/V streaming player using video.js and are finding that while our video resources stream just fine, the audio resources stop playing (and is stuck on an infinite loading spinner) after the first (~7s) segment.
Interestingly, while I'm able to reproduce this on the newer RC demo, it works fine on the older video-contrib-hls demo.
It also works fine in video.js 7.9.7.
Sources
An example playlist URL is
https://d171yf8pzr8938.cloudfront.net/12002_C0016_0001-playlist.m3u8
.Steps to reproduce
https://d171yf8pzr8938.cloudfront.net/12002_C0016_0001-playlist.m3u8
Results
Expected
The player should stream the entire resource.
Error output
In our player, I'm seeing
VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media.
in the Chrome dev console, but I see the same behavior in the RC player without that error message in the console.Additional Information
videojs-http-streaming version
videojs-http-streaming >=2.2.4
videojs version
video.js >=7.10.0
Browsers
Platforms
Other Plugins
Other JavaScript
The text was updated successfully, but these errors were encountered: