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 756809 - matroskademux: Support SEEK handling by upstream
matroskademux: Support SEEK handling by upstream
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 786142
 
 
Reported: 2015-10-19 12:55 UTC by Sebastian Dröge (slomo)
Modified: 2018-11-03 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
matroskademux: Forward seek events upstream first before trying push mode seeking ourselves (1.02 KB, patch)
2015-10-19 12:55 UTC, Sebastian Dröge (slomo)
none Details | Review
matroskademux: Forward seek events upstream first before trying push mode seeking ourselves (1.02 KB, patch)
2015-10-19 12:55 UTC, Sebastian Dröge (slomo)
none Details | Review
matroskademux: Forward DURATION and SEEKING queries upstream first (2.64 KB, patch)
2015-10-19 12:55 UTC, Sebastian Dröge (slomo)
none Details | Review
matroskademux: Read buffer timestamp *after* actually setting it (1.20 KB, patch)
2015-10-20 12:28 UTC, Sebastian Dröge (slomo)
committed Details | Review
WIP: matroskademux: Handle incoming TIME segments a bit better (6.42 KB, patch)
2015-10-20 12:44 UTC, Sebastian Dröge (slomo)
none Details | Review

Description Sebastian Dröge (slomo) 2015-10-19 12:55:21 UTC
This is needed by HLS with WebM, or the DASH WebM profile. After the attached
patches, we will need to figure out why seeking still does not work. It seems
like matroskademux does not like what adaptivedemux is doing there.
Comment 1 Sebastian Dröge (slomo) 2015-10-19 12:55:26 UTC
Created attachment 313659 [details] [review]
matroskademux: Forward seek events upstream first before trying push mode seeking ourselves
Comment 2 Sebastian Dröge (slomo) 2015-10-19 12:55:53 UTC
Created attachment 313660 [details] [review]
matroskademux: Forward seek events upstream first before trying push mode seeking ourselves
Comment 3 Sebastian Dröge (slomo) 2015-10-19 12:55:59 UTC
Created attachment 313661 [details] [review]
matroskademux: Forward DURATION and SEEKING queries upstream first
Comment 4 Sebastian Dröge (slomo) 2015-10-19 13:00:28 UTC
Reason is probably that matroskademux currently only likes to work with BYTE segments.
Comment 5 Milos Pesic 2015-10-20 11:44:22 UTC
It looks like matroskademux does not accept data for the second segment of an HLS playlist. It only processes data for the first one.
Comment 6 Sebastian Dröge (slomo) 2015-10-20 12:03:58 UTC
Yeah, it has no support for handling TIME segments.
Comment 7 Sebastian Dröge (slomo) 2015-10-20 12:28:49 UTC
Created attachment 313741 [details] [review]
matroskademux: Read buffer timestamp *after* actually setting it
Comment 8 Sebastian Dröge (slomo) 2015-10-20 12:44:09 UTC
Created attachment 313742 [details] [review]
WIP: matroskademux: Handle incoming TIME segments a bit better

Still generates a new segment with wrong values because need_segment = TRUE
initially.
Comment 9 Sebastian Dröge (slomo) 2015-10-20 12:47:10 UTC
Basically we would now need to not generate a new segment event, probably also disable the stream_start_time handling... and then things might already work.
Comment 10 Thiago Sousa Santos 2015-11-19 22:00:27 UTC
http://dash-mse-test.appspot.com/media.html

A webm stream can be found here
Comment 11 Tim-Philipp Müller 2016-04-10 17:14:41 UTC
This seems more like an enhancement than a critical bug to me?
Comment 12 GStreamer system administrator 2018-11-03 15:05:09 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-good/issues/230.