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

Transcoded dash file using AWS Media Convert isn't working to play #909

Closed
Sujin1135 opened this issue Jul 17, 2020 · 8 comments · Fixed by #1014
Closed

Transcoded dash file using AWS Media Convert isn't working to play #909

Sujin1135 opened this issue Jul 17, 2020 · 8 comments · Fixed by #1014

Comments

@Sujin1135
Copy link

Sujin1135 commented Jul 17, 2020

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.

  1. Play the sample file as above.
  2. Check working to play.

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

@welcome
Copy link

welcome bot commented Jul 17, 2020

👋 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.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@gkatsev
Copy link
Member

gkatsev commented Jul 22, 2020

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.
In addition, unfortunately, we don't support getting the license and keys from inside the manifest and it must be provided externally.

@Sujin1135
Copy link
Author

Sujin1135 commented Jul 24, 2020

@gkatsev
Sorry about it. It was invalid URL and below link is valid test URL.

link: https://mz-cm-transcoding-output.s3.ap-northeast-2.amazonaws.com/mz-cm-v1/assets/1595553649kczjg3e7/Dog.mpd

Please give me a prompt reply. I appreciate in advance for your help.

@gkatsev
Copy link
Member

gkatsev commented Jul 29, 2020

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)

@Sujin1135
Copy link
Author

@gkatsev
Thanks for your answer.

I just checked the above pull request(videojs/mux.js#310)
Can I know when It'll be supported?

@stale
Copy link

stale bot commented Oct 4, 2020

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 label Oct 4, 2020
@stale stale bot closed this as completed Oct 11, 2020
@brandonocasey brandonocasey reopened this Nov 3, 2020
@brandonocasey
Copy link
Contributor

@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 https://mz-cm-transcoding-output.s3.ap-northeast-2.amazonaws.com/mz-cm-v1/assets/1595553649kczjg3e7/Dog.mpd on our own servers so that we can add it to our unit tests so that we don't break things in the future?

@stale stale bot removed the outdated label Nov 3, 2020
@Sujin1135
Copy link
Author

@brandonocasey
Yes, thank you in advance that you'll solve this problem.
good luck!

gkatsev added a commit that referenced this issue Dec 1, 2020
- Fixes issue with baseTime 0
- Initial support for CEA 708 captions
- Support for SIDX v1 boxes
- opus/flac support in fmp4 playlists

Closes #1001, fixes #909
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants