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

feat: expose suggestPresentationDelay if the type is dynamic #82

Merged
merged 4 commits into from
Feb 4, 2020

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Dec 10, 2019

No description provided.

Copy link
Contributor

@gesinger gesinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just needs some tests

test/manifests/multiperiod-dynamic.js Show resolved Hide resolved
}
}],
minimumUpdatePeriod: 0,
suggestedPresentationDelay: 18
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the main change from multiperiod.js aside from the endList changes.

@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:cenc="urn:mpeg:cenc:2013" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="dynamic" mediaPresentationDuration="PT36.269S" minBufferTime="PT2.000S" suggestedPresentationDelay="PT18S">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only change here from multiperiod.mpd is changing type to dynamic and adding suggestedPresentationDelay="PT18S"

@gkatsev gkatsev requested a review from gesinger February 3, 2020 20:48
@gkatsev gkatsev merged commit cd27003 into master Feb 4, 2020
@gkatsev gkatsev deleted the suggested-presentation-delay branch February 4, 2020 18:53
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 this pull request may close these issues.

2 participants