dash-shaka-playback
dash-shaka-playback copied to clipboard
Does not play specific manifests with a new url in location .
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>
Did you try to do this same approach using the shaka-player?