[CentOS] udp stream multiply

Les Mikesell lesmikesell at gmail.com
Wed Feb 17 16:12:12 UTC 2010


On 2/17/2010 8:55 AM, Jure Pečar wrote:
> On Wed, 17 Feb 2010 07:35:46 -0600
> Les Mikesell<lesmikesell at gmail.com>  wrote:
>
>> I don't think there is a generic tool for that, but it would be fairly simple to
>> write a C program to do exactly what you want.  If it is something like a video
>> or audio stream you might get vlc (videolan client) to receive and convert to
>> multicast.
>
> Ok, seems like the right time to dust off my C skillz and learn some socket&  network programming :)

I'd cheat and start with the netcat source.  Since it's udp you don't 
have to wait for the receiver - just open multiple output sockets and 
write to them like it already does with one.

-- 
   Les Mikesell
    lesmikesell at gmail.com






More information about the CentOS mailing list