Hey all, First off, I'm using the newest live555 and focusing only on linux. So, I'm interested in forcing Groupsock to send multicast from a specific interface via `struct ip_mreqn`. It's fairly simple to do this when you know the interface name and interface IP ahead of time. See `man 7 ip` . I need this since I don't want to rely on the kernel to figure out how to route multicast and I will not have access to other means of routing tables. I can patch `Groupsock` constructors to take some extra arguments, but I quickly realized that this in-turn effects almost everything else. Any other better means of providing this advice would probably be better. I'd love to hear how others would solve this. Thanks!
-Anthony
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel