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

Does not play specific manifests with a new url in location . #102

Open
Dazzler1985 opened this issue Aug 2, 2021 · 1 comment
Open

Comments

@Dazzler1985
Copy link

Dazzler1985 commented Aug 2, 2021

I have a manifest like this in the location section there is a new url to the complete manifest but the player will not follow and just stops and does not play.

<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="urn:mpeg:dash:schema:mpd:2011"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
    profiles="urn:mpeg:dash:profile:isoff-main:2011"
    type="dynamic"
    availabilityStartTime="1970-01-01T00:00:00Z"
    publishTime="2021-08-02T09:59:22Z"
    minimumUpdatePeriod="PT05S"
    suggestedPresentationDelay="PT10S"
    minBufferTime="PT02S">
    <Location>HERE IS THE NEW COMPLETE URL TO THE FULL MPD.</Location>
</MPD>
@joaopaulovieira
Copy link
Member

Did you try to do this same approach using the shaka-player?

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

No branches or pull requests

2 participants