After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 786150 - dashdemux: skip period with same start time
dashdemux: skip period with same start time
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-11 12:36 UTC by Siva Vedula
Modified: 2018-11-03 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for this issue (1.57 KB, patch)
2017-08-11 13:06 UTC, Siva Vedula
none Details | Review

Description Siva Vedula 2017-08-11 12:36:10 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
Comment 1 Siva Vedula 2017-08-11 13:06:23 UTC
Created attachment 357412 [details] [review]
patch for this issue

In this patch, redundant period is discarded by checking with next period's start time.
Comment 2 GStreamer system administrator 2018-11-03 14:12:07 UTC
-- 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.