You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
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>