Hi, gstreamer-devel:<br><br>&nbsp;&nbsp;&nbsp; You can try to set `sockfd&#39; property of udpsrc then set the state to READY then PLAYING. But in this way, you should prepare the socket yourself.<br><br><div class="gmail_quote">2008/11/21 Manish Rana <span dir="ltr">&lt;<a href="mailto:rana.manishrana@gmail.com">rana.manishrana@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Hi Wim , </div>
<div>&nbsp;</div>
<div>Thanks a lot for qucik reply..<br></div>
<div>My point is, can i change the udpsrc port dynamically i.e. </div>
<div>&nbsp;</div>
<div>1. using the same UDPSRC first i receive data form &#39;x&#39; port </div>
<div>2. Now i change the property &#39;port&#39; of udpsrc to &#39;y&#39; ( to receive data from port &#39;y&#39;, using the same UDPSRC element)</div>
<div>The reason is, i want to save time in creating and linking the udpsrc to the pipeline.</div>
<div>&nbsp;</div>
<div>
<div>If in current implementation this is not possible, please guide me i would love to contribute the same.....</div></div>
<div>&nbsp;</div>
<div>Thanks a&nbsp;lot again</div>
<div>&nbsp;</div>
<div>~Rana</div>
<div>&nbsp;</div>
<div>From the previous reply it seems this is not possible.....But can we support this....<br></div><div><div></div><div class="Wj3C7c">
<div class="gmail_quote">On Fri, Nov 21, 2008 at 3:35 PM, Wim Taymans <span dir="ltr">&lt;<a href="mailto:wim.taymans@gmail.com" target="_blank">wim.taymans@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
<div>On Fri, Nov 21, 2008 at 9:46 AM, Manish Rana &lt;<a href="mailto:rana.manishrana@gmail.com" target="_blank">rana.manishrana@gmail.com</a>&gt; wrote:<br>&gt; Hi All,<br>&gt;<br>&gt; I am using udpsrc to receive the data from the server.<br>

&gt; I keep on receiving the data from the server at port:5000<br>&gt; Now i dont want to receive the data on port 5000 but i want to receive the<br>&gt; same data on port 6000<br>&gt;<br>&gt; How can i achieve this without intrupting the receiver pipeline:<br>

&gt; I tried setting the port on udpsrc ( while it was running and receiving data<br>&gt; from 5000 ), but this did&#39;t help. The udpsrc keeps on receiving data from<br>&gt; 5000<br>&gt;<br>&gt; If i set the state to ready and then set the port and after that i set the<br>

&gt; state to playing it stops receiving data from 5000 but do not start<br>&gt; receiving data at 6000<br><br></div>1 udpsrc element can only receive data from 1 port, if you want to<br>receice data from 2 ports, you must use 2 udpsrc elements.<br>

<br>Wim<br>
<div><br>&gt;<br>&gt; Please provide some pointers<br>&gt;<br>&gt; Thanks a lot in adwance<br>&gt;<br>&gt; ~cheers<br>&gt; Rana<br></div>&gt; -------------------------------------------------------------------------<br>
&gt; This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>&gt; Build the coolest Linux based applications with Moblin SDK &amp; win great<br>&gt; prizes<br>&gt; Grand prize is a trip for two to an Open Source event anywhere in the world<br>

&gt; <a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</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>&gt;<br><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>

Grand prize is a trip for two to an Open Source event anywhere in the world<br><a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</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><br>-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</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></blockquote></div><br>