[Bug 752732] hlsdemux doesn't maintain extra-headers
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jul 23 12:04:31 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=752732
--- Comment #8 from Stefano <s.fabri10 at gmail.com> ---
I've also found that the pipeline seems to call the first segment twice, one in
prerolling phase and one in play phase (this invalidate the second call on the
same segment)
I.e.
I see gstsouphttpsrc.c:1754:gst_soup_http_src_start:<souphttpsrc1>
start("http://192.168.0.80/livestream/segment?seq=37675") in prerolling phase
And then in play phase i found
gstsouphttpsrc.c:1754:gst_soup_http_src_start:<souphttpsrc1>
start("http://192.168.0.80/livestream/segment?seq=37675")
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list