[Bug 765986] adaptivedemux: Provide API for being able to set properties on internal HTTP (and other) sources
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri May 6 00:15:07 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=765986
--- Comment #8 from poto7 at nifty.com ---
Two types of log also leave attached .
gst-launch-1.0 souphttpsrc ssl-strict=false location=https://path/to/hls.m3u8 !
hlsdemux ! tsdemux ! decodebin ! videoconvert ! autovideosink
----------------------------------------------------------------------------
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstHLSDemux:hlsdemux0: Secure
connection setup failed.: gstsouphttpsrc.c(1578):
gst_soup_http_src_parse_status ():
/GstPipeline:pipeline0/GstHLSDemux:hlsdemux0/GstBin:srcbin-src_0/GstSoupHTTPSrc:souphttpsrc1:
Unacceptable TLS certificate (6), URL: https://path/to/hls.ts, Redirect to:
(NULL)
Additional debug info:
Error on stream hlsdemux0:src_0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
----------------------------------------------------------------------------
AND,
gst-launch-1.0 souphttpsrc location=https://path/to/hls.m3u8 ! hlsdemux !
tsdemux ! decodebin ! videoconvert ! autovideosink
----------------------------------------------------------------------------
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstSoupHTTPSrc:souphttpsrc0: Secure
connection setup failed.
Additional debug info:
gstsouphttpsrc.c(1578): gst_soup_http_src_parse_status ():
/GstPipeline:pipeline0/GstSoupHTTPSrc:souphttpsrc0:
Unacceptable TLS certificate (6), URL: https://path/to/hls.m3u8, Redirect to:
(NULL)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
----------------------------------------------------------------------------
--
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