Re: [Live-devel] Configuring a BasicUDPSource with an unicast stream

2011-12-29 Thread Ross Finlayson
> Ho to configure the groupSocket object fed into an BasicUDPSource to read an > incoming unicast UDP stream? Using 0 as the 'group address' should work - i.e., struct in_addr inputAddress; inputAddress.s_addr = 0; Port const inputPort(); // replace this with the actual port

[Live-devel] Configuring a BasicUDPSource with an unicast stream

2011-12-29 Thread Achraf Gazdar
Hi Ross, Ho to configure the groupSocket object fed into an BasicUDPSource to read an incoming unicast UDP stream? Thanks in advance -- Achraf Gazdar Associate Professor on Computer Science Hana Research Unit, CRISTAL Lab. http://www.hana-uma.org Tunisia __