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

Error with generated mpd file #201

Closed
vedavidhbudimuri opened this issue Feb 8, 2017 · 4 comments
Closed

Error with generated mpd file #201

vedavidhbudimuri opened this issue Feb 8, 2017 · 4 comments
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly

Comments

@vedavidhbudimuri
Copy link

vedavidhbudimuri commented Feb 8, 2017

While using the mpd file generated by packager player throwing below error.
Must have @mediaPresentationDuratio on MPD or an explicit @duration on the last period.

I used below commands to generate the mpd file:

packager input=/media/720p.mp4,stream=audio,output=audio.mp4 input=/media/720p.mp4,stream=video,output=video.mp4 --mpd_output example.mpd --generate_static_mpd

packager 'input=audio.mp4,stream=audio,init_segment=audio_init.mp4,segment_template=audio-$Number$.mp4' 'input=video.mp4,stream=video,init_segment=video_init.mp4,segment_template=video-$Number$.mp4'--mpd_output live_static.mpd --generate_static_mpd

@kqyang
Copy link
Contributor

kqyang commented Feb 9, 2017

Thanks for reporting the problem. Can you attach the problematic mpd(s)?

@kqyang kqyang added type: bug Something isn't working correctly and removed need more info labels Feb 11, 2017
kqyang added a commit that referenced this issue Feb 11, 2017
Closes #201

Change-Id: Ie9ab58ec58e1b135931a6576fb46145454b0f049
@kqyang
Copy link
Contributor

kqyang commented Feb 11, 2017

We analyzed problem and discovered that there were indeed a problem with live static mpd. The problem should be fixed in v1.6.1. Please give it a try and let us know if it does not work.

@vedavidhbudimuri
Copy link
Author

Is the docker image updated?

@kqyang
Copy link
Contributor

kqyang commented Feb 11, 2017

@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 19, 2018
@shaka-project shaka-project locked and limited conversation to collaborators Apr 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

3 participants