Hi,<br><br>mmmhhh, I&#39;ve the suspect that in your case sending machine != receivning machine. Maybe you&#39;ve an old version of x264enc in the first one. It appears, in fact, that the sending part is preparing the sprop-paramenter-set (aka codec data) for being transmitted outband. You can try to either add the property:<br>
<br><pre>codec_data=(buffer)014d4015ffe10017674d4015eca0a0fd8088000003000bb9aca00078b16cb001000468ebecb2</pre>in your receiver udpsrc caps.<br><br>Alternatively (but less likely to succeed) you can set the following property in rtph264pay to send in-band sps and pps:<br>
<br>config-interval=1<br><br>(should send in-band sps and pps).<br><br>If it still does not work, please attach somewher the log you get with GST_DEBUG=3<br><br>Regards<br><br><div class="gmail_quote">On Wed, Nov 10, 2010 at 12:03 PM, 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>
Marco Ballesio,<br>
Very sadly, I use your modfied sample still the same error.<br>
I think the syntax is no problem, my os is fedora13 install on vmware<br>
workstation.<br>
I have no idea.<br>
<div><div></div><div class="h5"><br>
<br>
Marco Ballesio wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; On Wed, Nov 10, 2010 at 11:30 AM, guodecn &lt;<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi,Marco Ballesio,<br>
&gt;&gt; Thanks for your reply very much.<br>
&gt;&gt;<br>
&gt;&gt; &gt;&gt;However, the issue was the place you&#39;ve set the &quot;port&quot; property.<br>
&gt;&gt; what&#39;s your mean? Don&#39;t udpsrc need the port property? if don&#39;t udpsrc<br>
&gt;&gt; have<br>
&gt;&gt; no port property, we can&#39;t receive the data.<br>
&gt;&gt;<br>
&gt;<br>
&gt; sorry, I didn&#39;t notice the &quot;caps=&quot; before the caps ;)<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; I have modify the pipeline as below:<br>
&gt;&gt;<br>
&gt;&gt; server:<br>
&gt;&gt; gst-launch-0.10 -v videotestsrc ! x264enc ! rtph264pay ! udpsink<br>
&gt;&gt; host=127.0.0.1 port=40000<br>
&gt;&gt;<br>
&gt;&gt; client:<br>
&gt;&gt; gst-launch-0.10 -v udpsrc port=40000 caps=<br>
&gt;&gt;<br>
&gt;&gt; &quot;application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96&quot;<br>
&gt;&gt; ! rtph264depay ! ffdec_h264 ! xvimagesink<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; These pipelines are working pretty well, both with the standard ubuntu<br>
&gt; 10.4<br>
&gt; and all the packages aligned with the respective upstream heads. I suggest<br>
&gt; you to check your syntax and copy/paste efficiency ;)<br>
&gt;<br>
&gt; Regards<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; But the same error is still exist. Can you modify my pipeline correct,<br>
&gt;&gt; and<br>
&gt;&gt; show me.<br>
&gt;&gt;<br>
&gt;&gt; Thanks.<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <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>

&gt;&gt; Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------------------------------------------------------<br>
&gt;&gt; The Next 800 Companies to Lead America&#39;s Growth: New Video Whitepaper<br>
&gt;&gt; David G. Thomson, author of the best-selling book &quot;Blueprint to a<br>
&gt;&gt; Billion&quot; shares his insights and actions to help propel your<br>
&gt;&gt; business during the next growth cycle. Listen Now!<br>
&gt;&gt; <a href="http://p.sf.net/sfu/SAP-dev2dev" target="_blank">http://p.sf.net/sfu/SAP-dev2dev</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; gstreamer-devel mailing list<br>
&gt;&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; ------------------------------------------------------------------------------<br>
&gt; The Next 800 Companies to Lead America&#39;s Growth: New Video Whitepaper<br>
&gt; David G. Thomson, author of the best-selling book &quot;Blueprint to a<br>
&gt; Billion&quot; shares his insights and actions to help propel your<br>
&gt; business during the next growth cycle. Listen Now!<br>
&gt; <a href="http://p.sf.net/sfu/SAP-dev2dev" target="_blank">http://p.sf.net/sfu/SAP-dev2dev</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div><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-tp3035468p3035787.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3035787.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>