Skip to content
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

Closed
edwinbradford opened this issue Jun 29, 2018 · 7 comments · Fixed by videojs/mpd-parser#73
Closed

DASH IF sample content not playing in VideoJS 7.0.3 #5289

edwinbradford opened this issue Jun 29, 2018 · 7 comments · Fixed by videojs/mpd-parser#73
Labels
bug confirmed playback Playback related issues

Comments

@edwinbradford
Copy link

edwinbradford commented Jun 29, 2018

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.

@forbesjo
Copy link
Contributor

Looks like videojs-http-streaming isn't generating the segment list correctly for your source, thank you for opening this issue!

@zube zube bot added the bug label Jun 29, 2018
@edwinbradford
Copy link
Author

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.

@stale
Copy link

stale bot commented Aug 28, 2018

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.

@stale stale bot added the outdated Things closed automatically by stalebot label Aug 28, 2018
@zube zube bot added the confirmed label Aug 28, 2018
@forbesjo
Copy link
Contributor

Added confirmed so stalebot doesn't close this. @gkatsev should stalebot ignore bug issues?

@stale stale bot removed the outdated Things closed automatically by stalebot label Aug 28, 2018
@majamee
Copy link

majamee commented Feb 17, 2019

@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.

@gkatsev
Copy link
Member

gkatsev commented Apr 29, 2019

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.

gkatsev added a commit to videojs/mpd-parser that referenced this issue Apr 30, 2019
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
@gkatsev
Copy link
Member

gkatsev commented Apr 30, 2019

Have a fix videojs/mpd-parser#73 for the final problem

gkatsev added a commit to videojs/mpd-parser that referenced this issue May 1, 2019
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
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug confirmed playback Playback related issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants