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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 4 13:49:16 UTC 2016


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

            Bug ID: 765986
           Summary: [souphttpsrc]Can't play a m3u8 video on https
                    protocol.
    Classification: Platform
           Product: GStreamer
           Version: 1.8.0
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: poto7 at nifty.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I hope you will forgive me that I'm not good at English.

I have been using the version 1.8.0 of gstreamer.

Now, I am building a pipeline to play the Http Live Streaming(HLS) video.

the http protocol can play on this pipeline.
gst-launch-1.0 souphttpsrc location=http://path/to/hls.m3u8 ! decodebin !
videoconvert ! autovideosink

but, https protocol can't play.
gst-launch-1.0 souphttpsrc ssl-strict=false location=https://path/to/hls.m3u8 !
decodebin ! videoconvert ! autovideosink

By the way, in the case of the mp4 can be played on http protocol.
gst-launch-1.0 souphttpsrc ssl-strict=false location=https://path/to/movie.mp4
! decodebin ! videoconvert ! autovideosink

Please pointed out if there is a mistake to building a 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