[Bug 765986] souphttpsrc: Can't play a m3u8 video on https protocol.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 4 15:20:05 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765986

--- Comment #3 from poto7 at nifty.com ---
thanks for comment.

gst-launch-1.0 souphttpsrc ssl-strict=false location=https://path/to/hls.m3u8 !
decodebin ! videoconvert ! autovideosink
Failure reason of this pipeline is this.
unacceptable tls certificate (6) ,url:https://path/to/hls.ts ,  Redirect to:
(NULL)

gst-launch-1.0 souphttpsrc location=https://path/to/hls.m3u8 ! decodebin !
videoconvert ! autovideosink
Failure reason of this pipeline is this.
unacceptable tls certificate (6) ,url:https://path/to/hls.m3u8 ,  Redirect to:
(NULL)

but even with this pipeline failed.
gst-launch-1.0 playbin uri=https://path/to/hls.m3u8

Failed tried also pattern using hlsdemux.
gst-launch-1.0 souphttpsrc location=https://path/to/hls.m3u8 ! hlsdemux  !
tsdemux ! h264parse  ! avdec_h264 ! videoconvert ! autovideosink

I examined the hlsdemux using the gst-inspect-1.0
However, seems to Properties did not find it.

 SSL certificate is considered potentially invalid.
However, mp4 can be played on https protocols.

-- 
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