GNOME Bugzilla – Bug 758171
qtdemux: Seeking in dashdemux broken since edit list changes
Last modified: 2015-11-17 13:00:19 UTC
The fixes to bug #753484 broke seeking in dashdemux. E.g. try with gst-play-1.0 on http://dash.edgesuite.net/dash264/TestCases/1a/netflix/exMPD_BIP_TC1.mpd Reverting 142d8e2d23e5602e7382977af1043d621625f8c8 makes it work again.
Created attachment 315679 [details] [review] qtdemux: only send initial gaps for non-fragmented streams It would be unusual to have the header segment with an 'edts' atom indicating gaps at the beginning when handling fragmented streams. The header usually doesn't contain any timestamping information, this should come from the playlist/manifest and the segments with media in those scenarios.
commit 8bcc733ceca037b1d680ddb21c0317b6f85fab19 Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Mon Nov 16 10:58:32 2015 -0300 qtdemux: only send initial gaps for non-fragmented streams It would be unusual to have the header segment with an 'edts' atom indicating gaps at the beginning when handling fragmented streams. The header usually doesn't contain any timestamping information, this should come from the playlist/manifest and the segments with media in those scenarios. https://bugzilla.gnome.org/show_bug.cgi?id=758171