[gst-devel] Replacing many udpsrc/udpsink by one element

Eric Zhang nicolas.m.zhang at gmail.com
Tue Dec 9 03:44:05 CET 2008


Hi, gstreamer-devel:

    AFAIK, all you need to do is set "clients" property of multiudpsink,
then it will send UDP packets to these clients. The client property is a
string like: <ip address/hostname>:<port>,<ip address/hostname>:<port>......

    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 "clients" and check out one
client successfully.

Eric Zhang

2008/12/9 Florent <fthiery at gmail.com>

> >     multiudpsink can send UDP packets to multiple clients. But I don't
> find
> > "multiudpsrc".  :)
>
> By the way, how can one use multiudpsink ? I see it has multiple
> signals, but does it mean you have to:
> 1) connect the signal to a user callback
> 2) emit a false signal to trigger the call ?
>
> Any example or explanation (especially in pygst) would be very welcome
>
> Thanks
>
> FLo
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
>
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20081209/8140fa7d/attachment.htm>


More information about the gstreamer-devel mailing list