I run this command on an Ubuntu 10.4 32 bit system with gstreamer version 0.10.28-1 and it works:<br><br>gst-launch udpsrc port=5000 caps=&quot;application/x-rtp, media=\(string\)video, clock-rate=\(int\)9<br>0000, encoding-name=\(string\)H264,  payload=\(int\)96, ssrc=\(guint\)2396357661, clock-base=\(guint<br>
\)2297066863, seqnum-base=\(guint\)49439&quot; ! rtph264depay ! decodebin ! xvimagesink sync=false<br><br>I run the same command on an Ubuntu 10.10 64 bit system with gstreamer 0.10.30-1build2 and I get the following error:<br>
<br>morris@ubuntu:~/gst-commands$ gst-launch udpsrc port=5000 caps=&quot;application/x-rtp, media=\(string\)video, clock-rate=\(int\)9<br>0000, encoding-name=\(string\)H264,  payload=\(int\)96, ssrc=\(guint\)2396357661, clock-base=\(guint<br>
\)2297066863, seqnum-base=\(guint\)49439&quot; ! rtph264depay ! decodebin ! xvimagesink sync=false<br>WARNING: erroneous pipeline: could not link udpsrc0 to rtph264depay0<br>morris@ubuntu:~/gst-commands$ <br><br>Is there a difference in the gstreamer versions? A problem with Ubuntu versions or a problem between 64 bit / 32 bit?<br>
<br>Morris<br>