Error while sending UDP packet using udpsink
Vinod Kesti
vinodkesti at yahoo.com
Thu Aug 3 06:11:35 UTC 2017
Hi raya
Payload size of UDP buffer is going beyond the allowed. Use "rndbuffersize"
before with proper "min" and "max" values.
Below pipeline should work for U
gst-launch-1.0 -vvv filesrc location=test.h264 ! h264parse !
video/x-h264,stream-format=byte-stream,alignment=nal ! rndbuffersize
max=65000 ! udpsink
host=127.0.0.1 port=5000
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Error-while-sending-UDP-packet-using-udpsink-tp4684061p4684079.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list