GNOME Bugzilla – Bug 746653
hls, adaptivedemux: "playlist" event is not sent on initial playlist selection
Last modified: 2015-06-13 16:04:36 UTC
Created attachment 300141 [details] [review] Patch to send initial playlist event The "playlist" event is only sent when a new playlist is selected during playback, it is not sent when the initial playlist is selected from the variant playlist. To facilitate automated testing, the initial playlist selected is also desirable. The attached patch adds the initial select playlist event.
It looks to me like this is fixed in git master with adaptivedemux: gst-launch-1.0 -m playbin uri='http://foo.com/bar.m3u8'| grep adaptive Got message #59 from element "hlsdemux0" (element): adaptive-streaming-statistics, manifest-uri=(string)http://foo.com/bar.m3u8, uri=(string)http://foo.com/bar.m3u8, manifest-download-start=(guint64)18446744073709551615, manifest-download-stop=(guint64)898875351789732; Of not, please provide a patch against adaptive demux and re-open, or file a new bug, thanks!