-
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
Transcoded dash file using AWS Media Convert isn't working to play #909
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. |
The URL provided isn't URI encoded and therefore won't work. Also, the stream is DRMed, but a license URL isn't provided in the manifest. Therefore, even the reference dash.js player doesn't play the stream. |
@gkatsev Please give me a prompt reply. I appreciate in advance for your help. |
Looks like you're using SIDX, it's possible that it's something SIDX related that we don't support yet (like videojs/mux.js#310) |
@gkatsev I just checked the above pull request(videojs/mux.js#310) |
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. |
@Sujin1135 I am working on resolving this issue. I do see your source play with the mux.js change that has been linked. I think we will be able to get the change out soon. Would you mind if we re-host |
@brandonocasey |
Description
Transcoded mpeg dash(.mpd) file isn't working to play. but It's working If I use 'videojs-contrib-dash'. However, I want to use 'http-streaming' and It's working properly. because http-streaming provides to play HLS / Dash and use 'vediojs-contrib-eme'
Please give me a prompt reply. Thank you.
Sources
Sample file: https://mz-cm-transcoding-output.s3.amazonaws.com/mz-cm-v1/assets/1594811871kcn9t7hw/mpd/BLACKPINK - ‘Kill This Love’ 0414 SBS Inkigayo (1).mpd
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
It's playing sample video
Error output
No error printing
Additional Information
Please include any additional information necessary here. Including the following:
videojs-http-streaming version
what version of videojs-http-streaming does this occur with?
I knew that videojs-http-streaming is imported from videojs.js.
videojs version
what version of videojs does this occur with?
video.js 7.8.3
Browsers
what browsers are affected? please include browser and version for each
Chrome 84
Platforms
what platforms are affected? please include operating system and version or device and version for each
Windows 10
Other Plugins
are any other videojs plugins being used on the page? If so, please list them with version below.
*
Other JavaScript
are you using any other javascript libraries or frameworks on the page? if so please list them below.
*
The text was updated successfully, but these errors were encountered: