-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
DASH IF sample content not playing in VideoJS 7.0.3 #5289
Comments
Looks like videojs-http-streaming isn't generating the segment list correctly for your source, thank you for opening this issue! |
Glad to be able to help on such a great project. The DASH IF Player I referred to in my issue has multiple working DASH files for testing in video players in case you didn't know but I'm sure you did. |
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. |
Added |
@forbesjo Would you please be so nice to give any kind of update on this. I am not asking for any timelines, but I would be very interested what your rough plan (without timing) looks like in order to fully support DASH by VHS? There is virtually no information available about it, but the VideoJS blog's posts always read like DASH would be already fully supported since videojs v7 was introduced. So I really would appreciate any information on this. |
Hey, I have updates on this. The issue is that the stream used SIDX which we didn't support until recently, so, a SIDX video should now work, the downside is that the particular stream linked above still has some issues because it includes captions and we hadn't accounted for it, so, it's trying to do some things that break. However, when I updated the MPD to remove the captions support, that stream worked. |
This can be when we have an mpd with captions without SIDX and video segments that use SIDX, like in ihttps://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd. Fixes videojs/video.js#5289
Have a fix videojs/mpd-parser#73 for the final problem |
This can be when we have an mpd with captions without SIDX and video segments that use SIDX, like in ihttps://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd. Fixes videojs/video.js#5289
Sample DASH content from DASH IF is not playing in VideoJS version 7.0.3, it played fine in version 6.x with videojs-contrib-dash. I created a JSFiddle for you to verify this. If you take the video source link from that fiddle and try it in the official DASH IF player it plays fine.
In VideoJS 7.0.3 the video doesn't load and the spinner goes round and round. The VideoJS docs say that version 7.0.3 has experimental dash support, I'm guessing it's not quite production ready yet. I'm running VideoJS in Chrome on Windows.
The text was updated successfully, but these errors were encountered: