[Bug 795607] New: Issue in souphttpsrc with hls input while closing the pipeline

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 27 14:34:04 UTC 2018


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

            Bug ID: 795607
           Summary: Issue in souphttpsrc with hls input while closing the
                    pipeline
    Classification: Platform
           Product: GStreamer
           Version: 1.14.0
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: parithi at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

I am trying to decode hls stream with following pipeline 

-----------------------------------
gst-launch-1.0 souphttpsrc
location=http://10.0.90.12:80/live/scte/master_1.m3u8  ! hlsdemux ! queue !
decodebin ! video/x-raw ! x264enc ! h264parse ! mpegtsmux ! udpsink port=8888
host=10.0.100.24 -e

Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Redistribute latency...
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
^Chandling interrupt.
Interrupt: Stopping pipeline ...
EOS on shutdown enabled -- Forcing EOS on the pipeline
Waiting for EOS...
-----------------------

if I stop the playback by pressing "ctl+c" pipeline is not closing, it keeps on
playing.

>From my initial investigation found out that basesrc received EOS event but it
is not propagated to downstream elements.

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