Hi All,<br><br>I am using following pipeline to play the video:<br><br>gst-launch -v gstrtpbin name=rtpbin audiotestsrc ! amrnbenc ! rtpamrpay ! rtpbin.send_rtp_sink_1 rtpbin.send_rtp_src_1 ! udpsink port=5002 rtpbin.send_rtcp_src_1 ! udpsink port=5003 sync=false async=false udpsrc port=5007 ! rtpbin.recv_rtcp_sink_1<br>
<br><br>on the receiver side i am receiving the RTP and RTCP packets perfectly.<br>My problem is when i try writinh the test application for the same, if only RTP data is sent, it works fine but if RTCP data is also sent along with the RTP is there no data is transmitted, there is no data received on the receiver side.<br>
In both the case the pots, IP and the receiver pipeline are same.<br><br>Please help me in finding the problem..<br><br>Thanks a ton in advance <br>Manish<br><br><div class="gmail_quote">On Wed, May 21, 2008 at 2:23 PM, Manish Rana <<a href="mailto:manish.rana@gmail.com">manish.rana@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">to get the data set a property on sink "sync=false"<br>this will help you getting the data <br>
<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Wed, May 21, 2008 at 12:40 PM, ved kpl <<a href="mailto:ved.kpl@gmail.com" target="_blank">ved.kpl@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
Which version r u using?.<br>
The error states that the caps are not getting negotiated in ur<br>
receiving pipeline,<br>
one of the elements there doesnot support the incoming format.<br>
I tried the same pipelines,. It didnt throw any errors, although<br>
nothing got displayed<br>
at the receving end.<br>
Try using xvimagesink or some other sinks directly instead of autosink.<br>
Also try other formats like audio eg. mpeg audio mp3..(rtpmpadepay/pay)<br>
<br>
Cheers<br>
Ved<br>
<br>
On Wed, May 21, 2008 at 4:34 AM, Jon Dufresne <<a href="mailto:jon.dufresne@gmail.com" target="_blank">jon.dufresne@gmail.com</a>> wrote:<br>
> I am trying to experiment with gstreamer. I am particularly interested<br>
> in the rtp elements. I have tried to read quite a bit to get idea of<br>
> how to develop and usewith gstreamer. So far I have mostly messed<br>
> around with the python bindings, gst-inspect, and gst-launch. Even<br>
> though I have only just started using this I can already see how<br>
> powerful a system with gstreamer's design can be.<br>
><br>
> I have been trying to set up a simple pipeline using rtp and simply<br>
> can not get it to work. I have been working on this for three days now<br>
> with no progress. I am running the following two pipelines in two<br>
> different terminals. I start the receiving pipeline first<br>
><br>
> receiving pipeline:<br>
> gst-launch -v udpsrc ! .recv_rtp_sink_0 gstrtpbin ! rtptheoradepay !<br>
> theoradec ! autovideosink<br>
><br>
> sending pipeline:<br>
> gst-launch -v videotestsrc ! theoraenc ! rtptheorapay !<br>
> .send_rtp_sink_0 gstrtpbin ! udpsink<br>
><br>
> Whenever I run this I receive the following error in the terminal<br>
> running the receiving pipeline:<br>
><br>
> ERROR: from element /pipeline0/udpsrc0: Internal data flow error.<br>
> Additional debug info:<br>
> gstbasesrc.c(2099): gst_base_src_loop (): /pipeline0/udpsrc0:<br>
> streaming task paused, reason not-negotiated (-4)<br>
><br>
> I'm not sure exactly what this means I have searched for what this<br>
> might mean, but I haven't been able to find any solutoins.<br>
><br>
> Any help as to what I am doing wrong?<br>
><br>
> Thanks,<br>
> Jon<br>
><br>
> -------------------------------------------------------------------------<br>
> This SF.net email is sponsored by: Microsoft<br>
> Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
> <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
This SF.net email is sponsored by: Microsoft<br>
Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
</blockquote></div><br></div></div></blockquote></div>