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
Refactor the xlink parser so there's the option of not replacing the period on error, or if there's nothing loaded.
I.E. so there can be a default placeholder advertisement if no advertisements load.
The DASH IOP mentions default content for periods with xlink links, which suggests this is the intended behavior.
The text was updated successfully, but these errors were encountered:
@jide, the manifest in question (http://dash.edgesuite.net/fokus/adinsertion-samples/xlink/threeperiods.mpd) has two periods with audio & video, and one period with only video. So the error message (UNPLAYABLE_PERIOD) is accurate. We cannot switch between periods in which audio/video are missing. So if any one period has audio & video, all periods must have both audio & video for this to be playable in a continuous MediaSource presentation.
Refactor the xlink parser so there's the option of not replacing the period on error, or if there's nothing loaded.
I.E. so there can be a default placeholder advertisement if no advertisements load.
The DASH IOP mentions default content for periods with xlink links, which suggests this is the intended behavior.
The text was updated successfully, but these errors were encountered: