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&nbsp; 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 &lt;<a href="mailto:manish.rana@gmail.com">manish.rana@gmail.com</a>&gt; 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 &quot;sync=false&quot;<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 &lt;<a href="mailto:ved.kpl@gmail.com" target="_blank">ved.kpl@gmail.com</a>&gt; 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 &nbsp;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 &lt;<a href="mailto:jon.dufresne@gmail.com" target="_blank">jon.dufresne@gmail.com</a>&gt; wrote:<br>
&gt; I am trying to experiment with gstreamer. I am particularly interested<br>
&gt; in the rtp elements. I have tried to read quite a bit to get idea of<br>
&gt; how to develop &nbsp;and usewith gstreamer. So far I have mostly messed<br>
&gt; around with the python bindings, gst-inspect, and gst-launch. Even<br>
&gt; though I have only just started using this I can already see how<br>
&gt; powerful a system with gstreamer&#39;s design can be.<br>
&gt;<br>
&gt; I have been trying to set up a simple pipeline using rtp and simply<br>
&gt; can not get it to work. I have been working on this for three days now<br>
&gt; with no progress. I am running the following two pipelines in two<br>
&gt; different terminals. I start the receiving pipeline first<br>
&gt;<br>
&gt; receiving pipeline:<br>
&gt; gst-launch -v udpsrc ! .recv_rtp_sink_0 gstrtpbin ! rtptheoradepay !<br>
&gt; theoradec ! autovideosink<br>
&gt;<br>
&gt; sending pipeline:<br>
&gt; gst-launch -v videotestsrc ! theoraenc ! rtptheorapay !<br>
&gt; .send_rtp_sink_0 gstrtpbin ! udpsink<br>
&gt;<br>
&gt; Whenever I run this I receive the following error in the terminal<br>
&gt; running the receiving pipeline:<br>
&gt;<br>
&gt; ERROR: from element /pipeline0/udpsrc0: Internal data flow error.<br>
&gt; Additional debug info:<br>
&gt; gstbasesrc.c(2099): gst_base_src_loop (): /pipeline0/udpsrc0:<br>
&gt; streaming task paused, reason not-negotiated (-4)<br>
&gt;<br>
&gt; I&#39;m not sure exactly what this means I have searched for what this<br>
&gt; might mean, but I haven&#39;t been able to find any solutoins.<br>
&gt;<br>
&gt; Any help as to what I am doing wrong?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Jon<br>
&gt;<br>
&gt; -------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by: Microsoft<br>
&gt; Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
&gt; <a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/" target="_blank">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>
&gt; _______________________________________________<br>
&gt; gstreamer-devel mailing list<br>
&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
<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>