UDP autovideosink decodebin2
Sudhir
vndkst at yahoo.com
Tue May 27 03:09:52 PDT 2014
Hello tounsi94,
gst-launch -v filesrc location="source.mpeg" ! udpsink host=127.0.0.1
port=1234
Above pipeline filesrc gives PTS and DTS as 99:99:99.999999999, because of
this udpsink pushed data as soon as arrives.
Where as in 1st pipeline autovideosink tries to display video real time
(sync=1)and decode bin drops the udp packets when packets arrives faster
than expected.
use sender (2nd ) pipeline which runs real time.
~Sudhir
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/UDP-autovideosink-decodebin2-tp4667188p4667189.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list