Hi,<br><br><div class="gmail_quote">On Thu, Nov 11, 2010 at 10:22 AM, guodecn <span dir="ltr"><<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>></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>
I don't think there is other thing connect to port 40000, because<br>
change to other port number still have the same problem.<br>
I'm doubtful of the encode plugin don't match the decode plugin.You<br>
can see my h.263 rtp transmit sample and log.<br></blockquote><div><br>the error is given by the udpsrc, so my best assumption is that there's something wrong with the network/caps. Attaching a tcpdump may help.<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;">
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
Marco Ballesio wrote:<br>
><br>
> Hi,<br>
><br>
> On Thu, Nov 11, 2010 at 4:19 AM, guodecn <<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>> wrote:<br>
><br>
>><br>
>> Marco Ballesio,<br>
>> I have follow your two advices, add the codec_data property or set<br>
>> config-interval=1, the error is still same to before.<br>
>><br>
>> I have set the GST_DEBUG=3, and capture the log, both server and client<br>
>> log<br>
>> are all in the attach file.<br>
>> I will check my machine evirenment about x264enc, also I will continue to<br>
>> debug with the new log.<br>
>><br>
><br>
>>From the log, it feels like the udpsrc is emitting packets which are not<br>
> h264. My bat-senses say that you might have more than one thing connected<br>
> to<br>
> port 40000 on your system. I don't remember if I've already asked you to<br>
> do<br>
> so, but could you get a tcpdump from the receiving side/machine (well,<br>
> actually it should be the same as the sending one ;) ). You can collect it<br>
> with:<br>
><br>
> tcpdump -ilo -s0 -w/path/to/tcpdump.cap<br>
><br>
><br>
><br>
>> Thank you very much for your fervor.<br>
><br>
><br>
> Mastership requires continuous exercise, and you're giving me a good<br>
> chance,<br>
> so it is me who must thank you ;).<br>
><br>
> Regards<br>
><br>
><br>
>><br>
>><br>
>><br>
>> Marco Ballesio wrote:<br>
>> ><br>
>> > Hi,<br>
>> ><br>
>> > mmmhhh, I've the suspect that in your case sending machine !=<br>
>> receivning<br>
>> > machine. Maybe you've an old version of x264enc in the first one. It<br>
>> > appears, in fact, that the sending part is preparing the<br>
>> > sprop-paramenter-set (aka codec data) for being transmitted outband.<br>
>> You<br>
>> > can<br>
>> > try to either add the property:<br>
>> ><br>
>> ><br>
>> codec_data=(buffer)014d4015ffe10017674d4015eca0a0fd8088000003000bb9aca00078b16cb001000468ebecb2<br>
>> ><br>
>> > in your receiver udpsrc caps.<br>
>> ><br>
>> > Alternatively (but less likely to succeed) you can set the following<br>
>> > 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<br>
>> > GST_DEBUG=3<br>
>> ><br>
>> > Regards<br>
>> ><br>
>> > On Wed, Nov 10, 2010 at 12:03 PM, guodecn <<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>> wrote:<br>
>> ><br>
>> >><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>
>> >><br>
>> >><br>
>> >> Marco Ballesio wrote:<br>
>> >> ><br>
>> >> > Hi,<br>
>> >> ><br>
>> >> > On Wed, Nov 10, 2010 at 11:30 AM, guodecn <<a href="mailto:guo.dehua@zxelec.com">guo.dehua@zxelec.com</a>><br>
>> wrote:<br>
>> >> ><br>
>> >> >><br>
>> >> >> Hi,Marco Ballesio,<br>
>> >> >> Thanks for your reply very much.<br>
>> >> >><br>
>> >> >> >>However, the issue was the place you've set the "port" property.<br>
>> >> >> what's your mean? Don't udpsrc need the port property? if don't<br>
>> udpsrc<br>
>> >> >> have<br>
>> >> >> no port property, we can't receive the data.<br>
>> >> >><br>
>> >> ><br>
>> >> > sorry, I didn't notice the "caps=" before the caps ;)<br>
>> >> ><br>
>> >> ><br>
>> >> >><br>
>> >> >> I have modify the pipeline as below:<br>
>> >> >><br>
>> >> >> server:<br>
>> >> >> gst-launch-0.10 -v videotestsrc ! x264enc ! rtph264pay ! udpsink<br>
>> >> >> host=127.0.0.1 port=40000<br>
>> >> >><br>
>> >> >> client:<br>
>> >> >> gst-launch-0.10 -v udpsrc port=40000 caps=<br>
>> >> >><br>
>> >> >><br>
>> >><br>
>> "application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264,payload=(int)96"<br>
>> >> >> ! rtph264depay ! ffdec_h264 ! xvimagesink<br>
>> >> >><br>
>> >> >><br>
>> >> > These pipelines are working pretty well, both with the standard<br>
>> ubuntu<br>
>> >> > 10.4<br>
>> >> > and all the packages aligned with the respective upstream heads. I<br>
>> >> suggest<br>
>> >> > you to check your syntax and copy/paste efficiency ;)<br>
>> >> ><br>
>> >> > Regards<br>
>> >> ><br>
>> >> ><br>
>> >> >><br>
>> >> >> But the same error is still exist. Can you modify my pipeline<br>
>> correct,<br>
>> >> >> and<br>
>> >> >> show me.<br>
>> >> >><br>
>> >> >> Thanks.<br>
>> >> >> --<br>
>> >> >> View this message in context:<br>
>> >> >><br>
>> >><br>
>> <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>
>> >> >> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
>> >> >><br>
>> >> >><br>
>> >> >><br>
>> >><br>
>> ------------------------------------------------------------------------------<br>
>> >> >> The Next 800 Companies to Lead America's Growth: New Video<br>
>> Whitepaper<br>
>> >> >> David G. Thomson, author of the best-selling book "Blueprint to a<br>
>> >> >> Billion" 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>
>> >> >><br>
>> >> ><br>
>> >> ><br>
>> >><br>
>> ------------------------------------------------------------------------------<br>
>> >> > The Next 800 Companies to Lead America's Growth: New Video<br>
>> Whitepaper<br>
>> >> > David G. Thomson, author of the best-selling book "Blueprint to a<br>
>> >> > Billion" 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>
>> >> ><br>
>> >> ><br>
>> >><br>
>> >> --<br>
>> >> View this message in context:<br>
>> >><br>
>> <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>
>> >> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
>> >><br>
>> >><br>
>> >><br>
>> ------------------------------------------------------------------------------<br>
>> >> The Next 800 Companies to Lead America's Growth: New Video Whitepaper<br>
>> >> David G. Thomson, author of the best-selling book "Blueprint to a<br>
>> >> Billion" 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>
>> >><br>
>> ><br>
>> ><br>
>> ------------------------------------------------------------------------------<br>
>> > The Next 800 Companies to Lead America's Growth: New Video Whitepaper<br>
>> > David G. Thomson, author of the best-selling book "Blueprint to a<br>
>> > Billion" 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>
>> ><br>
>> ><br>
>> <a href="http://gstreamer-devel.966125.n4.nabble.com/file/n3037177/log.txt" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/file/n3037177/log.txt</a> log.txt<br>
>> --<br>
>> View this message in context:<br>
>> <a href="http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3037177.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3037177.html</a><br>
>> Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
>><br>
>><br>
>> ------------------------------------------------------------------------------<br>
>> Centralized Desktop Delivery: Dell and VMware Reference Architecture<br>
>> Simplifying enterprise desktop deployment and management using<br>
>> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end<br>
>> client virtualization framework. Read more!<br>
>> <a href="http://p.sf.net/sfu/dell-eql-dev2dev" target="_blank">http://p.sf.net/sfu/dell-eql-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>
>><br>
><br>
> ------------------------------------------------------------------------------<br>
> Centralized Desktop Delivery: Dell and VMware Reference Architecture<br>
> Simplifying enterprise desktop deployment and management using<br>
> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end<br>
> client virtualization framework. Read more!<br>
> <a href="http://p.sf.net/sfu/dell-eql-dev2dev" target="_blank">http://p.sf.net/sfu/dell-eql-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>
><br>
><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-tp3035468p3037374.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/rtp-transmit-occur-not-negotiated-4-error-tp3035468p3037374.html</a><br>
</font><div><div></div><div class="h5">Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Centralized Desktop Delivery: Dell and VMware Reference Architecture<br>
Simplifying enterprise desktop deployment and management using<br>
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end<br>
client virtualization framework. Read more!<br>
<a href="http://p.sf.net/sfu/dell-eql-dev2dev" target="_blank">http://p.sf.net/sfu/dell-eql-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>