> 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(8888);  // replace this with the actual port 
number that you want to use
        Groupsock* inputGroupsock = new Groupsock(*env, inputAddress, 
inputPort, 0);


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to