Hi,
We are able to decode MPEG2TS stream using udpsrc using the following command:
gst-launch -v udpsrc uri="udp://192.168.10.40:5544" ! mpegtsdemux ! h264parse ! TIViddec2 ! queue ! tidisplaysink2
Similarly able to decode MPEGTS file using filesrc using the following command:
filename=" /usr/share/ti/data/samples/davincieffect_h264.ts"
gst-launch -v filesrc location=$filename ! mpegtsdemux ! h264parse ! TIViddec2 ! queue ! tidisplaysink2
While using filesrc after playing the file the pipeline was closing after EOS occured.
But when using udpsrc after playing the stream the pipeline is waiting for the stream and we need to manually close the pipeline.
"Support us for constructing pipeline which closes automatically after end of stream when using udpsrc "
Regards
Sudhirkumar Reddipalli
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Immediate-Help-needed-Automatic-Closing-of-gstreamer-pipeline-while-using-udpsrc-tp4659236.html">Immediate Help needed: Automatic Closing of gstreamer pipeline while using udpsrc</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>