-
Notifications
You must be signed in to change notification settings - Fork 425
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
Audio stream stalls after first segment in latest http-streaming but not legacy video-contrib-hls #1034
Comments
👋 Thanks for opening your first issue here! 👋 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. |
Just an update after working on this some more. The audio stream works in video.js |
Just submitted a fix for this issue, would you mind if we hosted your content on our end for testing in the future? |
Thank you! Also just wanted to note that we talked about the test content on Slack. |
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: