Hi,<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 11:30 AM, guodecn <span dir="ltr">&lt;<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Hi,Marco Ballesio,<br>
Thanks for your reply very much.<br>
<div class="im"><br>
&gt;&gt;However, the issue was the place you&#39;ve set the &quot;port&quot; property.<br>
</div>what&#39;s your mean? Don&#39;t udpsrc need the port property? if don&#39;t udpsrc have<br>
no port property, we can&#39;t receive the data.<br></blockquote><div><br>sorry, I didn&#39;t notice the &quot;caps=&quot; before the caps ;)<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I have modify the pipeline as below:<br>
<div class="im"><br>
server:<br>
gst-launch-0.10 -v videotestsrc ! x264enc ! rtph264pay ! udpsink<br>
host=127.0.0.1 port=40000<br>
<br>
</div>client:<br>
gst-launch-0.10 -v udpsrc port=40000 caps=<br>
<div class="im">&quot;application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96&quot;<br>
</div>! rtph264depay ! ffdec_h264 ! xvimagesink<br>
<br></blockquote><div><br>These pipelines are working pretty well, both with the standard ubuntu 10.4 and all the packages aligned with the respective upstream heads. I suggest you to check your syntax and copy/paste efficiency ;)<br>
<br>Regards<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
But the same error is still exist. Can you modify my pipeline correct, and<br>
show me.<br>
<br>
Thanks.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3035742.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3035742.html</a><br>

</font><div><div></div><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
The Next 800 Companies to Lead America&#39;s Growth: New Video Whitepaper<br>
David G. Thomson, author of the best-selling book &quot;Blueprint to a<br>
Billion&quot; shares his insights and actions to help propel your<br>
business during the next growth cycle. Listen Now!<br>
<a href="http://p.sf.net/sfu/SAP-dev2dev" target="_blank">http://p.sf.net/sfu/SAP-dev2dev</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>
</div></div></blockquote></div><br>