-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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 Adaptive Streaming for HTML 5 Video: missing usage notes #1217
Comments
It looks to me like dash.js is currently expected by its devs to be used in a server written in Javascript, and packaged and published through I didn't look very hard for instructions at that link for creating the mpd file and the requisite video files, and I suspect that the devs for dash.js assume the user/coder interested in their work already has the different video files and the mpd file. For that reason, I like that this page explains how a video can be made into something that dash.js can stream adaptively. Still, the client side stuff is heavily dependent on dash.js itself and so readers should be directed there. Otherwise, do we copy all the instructions from the other repo to this page? Then it will be outdated as soon as they change something important. |
MDN URL: https://developer.mozilla.org/en-US/docs/Web/Media/DASH_Adaptive_Streaming_for_HTML_5_Video
What information was incorrect, unhelpful, or incomplete?
Specific section or headline?
What did you expect to see?
Did you test this? If so, how?
I see that I have not server configured for proper mimetype as mentioned at the end of "Using DASH - Server Side" section.
I can make things working when I add both changes 1) /link dash.js/ and 2) /explicite type= in the source tag/
MDN Content page report details
en-us/web/media/dash_adaptive_streaming_for_html_5_video
The text was updated successfully, but these errors were encountered: