GNOME Bugzilla – Bug 795607
Issue in souphttpsrc with hls input while closing the pipeline
Last modified: 2018-11-03 15:29:41 UTC
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.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/470.