GNOME Bugzilla – Bug 786150
dashdemux: skip period with same start time
Last modified: 2018-11-03 14:12:07 UTC
There is a redundant period present while using external mpd. Start time of an external mpd period and start time of regular mpd period computed to same. Due to this conflict, error is returned and "Invalid Manifest" error is thrown. For example: 1. P1 period with start time 'x' and duration 60S in regular mpd, 2. next there is an external mpd period with two periods P2 and P3 of duration each 60S, 3. after this there is a period P4 with start time of 'x+120' in regular mpd. For this, P3 start time is computed to 'x+120' and it is same as P4 start time. Due to same start time for two periods, in period start time validation check, error occurred. This is observed in the below mpd: http://vm2.dashif.org/livesim-dev/periods_60/xlink_30/insertad_2/testpic_2s/Manifest.mpd
Created attachment 357412 [details] [review] patch for this issue In this patch, redundant period is discarded by checking with next period's start time.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/596.