Hi, <br><br>Thanks a lot Wim.<br>I am able to run and get the RTP data.<br><br>But when i try getting RTCP data, i am not able to get it even in loop-back.<br>&quot;tcpdump -T rtcp&quot; doesn&#39;t give ant RTCP packet.<br>
Though it is printing me some UDP and TCP packets ( may be rtcp but i am not too sure.)<br>&quot;as tcpdump -T rtp&quot; clearly lists me the udp/rtpv1 packets.<br><br>Also i need to get the RTCP data from Gstreamer, how can i get it???<br>
Can i dump these RTCP packets in some filesink ???<br><br>Please Help....<br><br>Thanks and Regards<br>Manish<br><br><br><br><div class="gmail_quote">On Thu, May 8, 2008 at 7:37 PM, Wim Taymans &lt;<a href="mailto:wim.taymans@gmail.com">wim.taymans@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;"><div class="Ih2E3d">On Thu, 2008-05-08 at 19:25 +0530, Manish Rana wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I can run the same pipelines in loopback.<br>
&gt; To test it live can someone please tell me the settings for UDPSRC.<br>
<br>
</div>Unless you are receiving UDP from a multicast group, you don&#39;t need to<br>
set anything for the uri in udpsrc, just the port number to listen on is<br>
enough.<br>
<br>
Wim<br>
<div><div></div><div class="Wj3C7c">&gt;<br>
&gt; Server: &nbsp; &nbsp; gst-launch filesrc location=MPEG25_11_32_m.mp3 !<br>
&gt; mp3parse ! udpsink host=<a href="http://192.168.15.174" target="_blank">192.168.15.174</a> &nbsp;port=5000<br>
&gt;<br>
&gt; Clinet: &nbsp; &nbsp; gst-launch udpsrc uri= ????? port=5000 ! typefind !<br>
&gt; ffdec_mp3 ! alsasink<br>
&gt;<br>
&gt; BR<br>
&gt; Manish<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Mar 28, 2008 at 10:24 AM, Ramana Reddy Polaka<br>
&gt; &lt;<a href="mailto:Ramana_Polaka@infosys.com">Ramana_Polaka@infosys.com</a>&gt; wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Thank you. The following works fine<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Server: &nbsp; &nbsp; gst-launch filesrc location=MPEG25_11_32_m.mp3 !<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; mp3parse ! udpsink host=<a href="http://192.168.15.174" target="_blank">192.168.15.174</a> &nbsp;port=5000<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Clinet: &nbsp; &nbsp; gst-launch udpsrc port=5000 ! typefind !<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ffdec_mp3 ! alsasink<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ______________________________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:From%3Agstreamer-devel-bounces@lists.sourceforge.net">From:gstreamer-devel-bounces@lists.sourceforge.net</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; [mailto:<a href="mailto:gstreamer-devel-bounces@lists.sourceforge.net">gstreamer-devel-bounces@lists.sourceforge.net</a>] On<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Behalf Of thiagoss<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Sent: Thursday, March 27, 2008 10:04 PM<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; To: Daniel Díaz<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Cc: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>; Ramana Reddy Polaka<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Subject: Re: [gst-devel] Network streaming using udpsrc and<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; udpsink<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Try this:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch filesrc location=MPEG25_11_32_m.mp3 ! mp3parse !<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; udpsink host=<a href="http://192.168.15.174" target="_blank">192.168.15.174</a> &nbsp;port=5000<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch udpsrc port=5000 ! typefind ! &nbsp;ffdec_mp3 !<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; alsasink<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Setting to sync false will make udpsink push too much data,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; and the other process won&#39;t be able to receive that fast,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; probably most of them may not arrive. And using mp3parse puts<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; timestamps on the buffers, that makes it possible to udpsink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; to send buffers on the right time.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; and on the receiver ffdec_mp3 requires that it receives &quot;mp3&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; streams, already with a type, udpsrc provides &quot;any&quot;, so<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; typefind would help.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hope it works.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Thiago<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; On Thu, Mar 27, 2008 at 3:01 AM, Daniel Díaz<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;<a href="mailto:mrchapp@gmail.com">mrchapp@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hello, Ramana<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; On Wed, Mar 26, 2008 at 10:46 PM, Ramana Reddy Polaka<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Tried the following also. But did not work.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Receiver (Rx)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch filesrc location=MPEG25_11_32_m.mp3 ! udpsink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; host=<a href="http://192.168.15.174" target="_blank">192.168.15.174</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; port=5000 sync=false<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Transmitter (Tx)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch udpsrc port=5000 ! ffdec_mp3 ! alsasink<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Do you have to use UDP? You might want to try with<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; tcpserversrc/tcpclientsink.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Greetings!<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Daniel Díaz<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:yosoy@danieldiaz.org">yosoy@danieldiaz.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Regards,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Ramana<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp;________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; From: thiagoss [mailto:<a href="mailto:thiagossantos@gmail.com">thiagossantos@gmail.com</a>]<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp;Sent: Wednesday, March 26, 2008 8:40 PM<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp;To: Ramana Reddy Polaka<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp;Subject: Re: [gst-devel] Network streaming using udpsrc and<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; udpsink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Probably removing the filesink and putting &quot;mad ! alsasink&quot;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; On Wed, Mar 26, 2008 at 3:09 AM, Ramana Reddy Polaka &nbsp;wrote:<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Hi,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Using the following gst-launch command, I could dump mp3<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; data. But I want to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; play it live. Can you please let me know how to achieve<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; that? Say my host<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; IP: <a href="http://192.168.15.174" target="_blank">192.168.15.174</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Receiver (Rx):<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch -v udpsrc ! filesink location=dump.mp3<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Transmitter (Tx):<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; gst-launch -v filesrc location=MPEG25_11_32_m.mp3 ! udpsink<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Thanks in advance<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Regards,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &gt; Ramana<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; **************** CAUTION - Disclaimer *****************<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; intended solely for the use of the addressee(s). If you are<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; not the intended recipient, please notify the sender by e-mail<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; and delete the original message. Further, you are not to copy,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; disclose, or distribute this e-mail or its contents to any<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; other person and any such actions are unlawful. This e-mail<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; may contain viruses. Infosys has taken every reasonable<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; precaution to minimize this risk, but is not liable for any<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; damage you may sustain as a result of any virus in this<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; e-mail. You should carry out your own virus checks before<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; opening the e-mail or attachment. Infosys reserves the right<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; to monitor and review the content of all messages sent to or<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; from this e-mail address. Messages sent to or from this e-mail<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; address may be stored on the Infosys e-mail system.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ***INFOSYS******** End of Disclaimer ********INFOSYS***<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; -------------------------------------------------------------------------<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Check out the new SourceForge.net Marketplace.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; It&#39;s the best place to buy or sell services for<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; just about anything Open Source.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace" target="_blank">http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; _______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; gstreamer-devel mailing list<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; <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>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Manish Rana<br>
&gt; Senior Software Engg.<br>
&gt; Handset Technology Solution,<br>
&gt; Sasken Comm. Tech.<br>
&gt; Bangalore,India<br>
</div></div>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
&gt; Don&#39;t miss this year&#39;s exciting event. There&#39;s still time to save $100.<br>
&gt; Use priority code J8TL2D2.<br>
&gt; <a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>

<br>
</blockquote></div>