Issue in souphttpsrc with hls input while closing the pipeline
parithi
parithi at gmail.com
Sat Apr 28 06:12:09 UTC 2018
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.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list