Hi All,<br><br>Trying to get some basic rtp working.  No luck.<br>Thanks for looking.<br><br>--------------------------------------------------------<br><br># rtp-source<br>gst-launch  \<br>      videotestsrc pattern=snow \<br>
   !  video/x-raw-rgb, width=400, height=300, frame-rate=10/1 \<br>   !  rtpvrawpay \<br>   !  udpsink host=127.0.0.1 port=51234<br><br><br># rtp-sink<br>gst-launch  \<br>      udpsrc uri=udp://<a href="http://127.0.0.1:51234">127.0.0.1:51234</a> \<br>
   !  rtpvrawdepay \<br>   !  video/x-raw-rgb, width=400, height=300, frame-rate=10/1 \<br>   !  ffmpegcolorspace \<br>   !  ximagesink<br><br><br>bertd@bertd-laptop:~/gstreamer/panocam$ . rtp-sink.sh<br>Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>ERROR: from element /GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0: Internal GStreamer error: negotiation problem.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
Additional debug info:<br>gstbasertpdepayload.c(361): gst_base_rtp_depayload_chain (): /GstPipeline:pipeline0/GstRtpVRawDepay:rtpvrawdepay0:<br>Not RTP format was negotiated<br>Execution ended after 12744218 ns.<br>Setting pipeline to PAUSED ...<br>
Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br><br>