<div dir="ltr">Hello, All !<div><br></div><div>I have to launch video file over network connection, I try to use documentation example </div><div><br></div><div>gst-launch-1.0 v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! videoconvert ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=127.0.0.1 port=5000 sync=false<br clear="all"><div><br></div><div>on transmitter and</div><div><br></div><div>gst-launch-1.0 udpsrc port=5000 ! application/x-rtp, clock-rate=90000,payload=96 ! rtph263pdepay ! ffdec_h263 ! xvimagesink<br></div><div><br></div><div>on receiver</div><div>And on both I have got an errors, in transmitter</div><div>(gst-launch-1.0:6005): GStreamer-WARNING **: 14:40:09.845: 0.10-style raw video caps are being created. Should be video/x-raw,format=(string).. now.<br>WARNING: erroneous pipeline: could not parse caps "video/x-raw-yuv,width=128,height=96,format=(fourcc)UYVY"<br></div><div><br></div><div>and on receiver</div><div>WARNING: erroneous pipeline: no element "ffdec_h263"<br></div><div><br></div><div>What I have to do, because I try to launch examples from GStreamer documentation but it is not work ?</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best regards,<br>Sincerely yours,<br>Yuriy Rusinov.<br></div></div></div>