problem with udp

enthusiastic geek enthusiasticgeek at gmail.com
Wed Sep 12 13:52:01 PDT 2012


Try these pipelines

1. To send

gst-launch v4l2src device=/dev/video0 !
'video/x-raw-yuv,width=640,height=480' !  x264enc pass=qual quantizer=20
tune=zerolatency ! rtph264pay ! udpsink host=127.0.0.1 port=1234


2. To receive

gst-launch udpsrc port=1234 ! "application/x-rtp, payload=127" !
rtph264depay ! ffdec_h264 ! xvimagesink sync=false



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/problem-with-udp-tp4656277p4656279.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list