Hi, gstreamer-devel:<br><br>&nbsp;&nbsp;&nbsp; AFAIK, all you need to do is set &quot;clients&quot; property of multiudpsink, then it will send UDP packets to these clients. The client property is a string like: &lt;ip address/hostname&gt;:&lt;port&gt;,&lt;ip address/hostname&gt;:&lt;port&gt;......<br>
<br>&nbsp;&nbsp;&nbsp; The signals emitted by multiudpsink is not very important unless you wanna know the process progress of multiudpsink. For example, the add signal will be emitted when multiudpsink analyses the &quot;clients&quot; and check out one client successfully.<br>
<br>Eric Zhang<br><br><div class="gmail_quote">2008/12/9 Florent <span dir="ltr">&lt;<a href="mailto:fthiery@gmail.com">fthiery@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 class="Ih2E3d">&gt; &nbsp; &nbsp; multiudpsink can send UDP packets to multiple clients. But I don&#39;t find<br>
&gt; &quot;multiudpsrc&quot;. &nbsp;:)<br>
<br>
</div>By the way, how can one use multiudpsink ? I see it has multiple<br>
signals, but does it mean you have to:<br>
1) connect the signal to a user callback<br>
2) emit a false signal to trigger the call ?<br>
<br>
Any example or explanation (especially in pygst) would be very welcome<br>
<br>
Thanks<br>
<br>
FLo<br>
<div><div></div><div class="Wj3C7c"><br>
------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</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>