GNOME Bugzilla – Bug 796923
add support for DASH events
Last modified: 2018-11-03 14:29:10 UTC
Section 5.10.3 (Inband Event Signalling) of the MPEG DASH specification defines a new box type "emsg" that is used to convey events. These events can be used to signal changes in the DASH stream, convey metadata or provide application specific information. Section 5.10.4 (DASH-specific events) defines a method for an in-band signal to indicate that a live DASH stream has finished. Currently there is no support in qtdemux or dashdemux for these DASH events.
Created attachment 373274 [details] [review] dashdemux: add support for DASH events that signal end of stream
Created attachment 373275 [details] [review] qtdemux: add support for DASH event message box
Created attachment 373276 [details] [review] qtdemux: send EOS when our stream group ends
I am checking if there is a DASH stream that can be used for testing. The BBC DASH streams http://rdmedia.bbc.co.uk/dash/ondemand/testcard/ have DASH events in them, but not the event type that indicates end of stream.
-- 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/762.