<div class="gmail_quote">2010/9/2 Bert Douglas <span dir="ltr">&lt;<a href="mailto:bertd@tplogic.com">bertd@tplogic.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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" target="_blank">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></blockquote><div><br>You need to specify the caps property on your &quot;rtp-sink&quot; property.<br>
See gst-plugins-good/tests/examples/rtp/client-H264.sh and the other rtp examples in that directory.<br><br><br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
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" target="_blank">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>
<br>------------------------------------------------------------------------------<br>
This SF.net Dev2Dev email is sponsored by:<br>
<br>
Show off your parallel programming skills.<br>
Enter the Intel(R) Threading Challenge 2010.<br>
<a href="http://p.sf.net/sfu/intel-thread-sfd" target="_blank">http://p.sf.net/sfu/intel-thread-sfd</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Tristan Matthews<br>email: <a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a><br>web: <a href="http://tristanswork.blogspot.com">http://tristanswork.blogspot.com</a><br>