problem with udp
Tim-Philipp Müller
t.i.m at zen.co.uk
Wed Sep 12 13:59:44 PDT 2012
On Wed, 2012-09-12 at 13:52 -0700, enthusiastic geek wrote:
> 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
Looks like one udp element defaults to IPv6 and the other to IPv4 ...
More information about the gstreamer-devel
mailing list