Re: [Live-devel] Multicast Interface

2014-10-28 Thread Ross Finlayson
> 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 The easiest (and most reliable) way to do this is to arrange for this interface to be the one that’s used for IP multicast routing - i.e., h

[Live-devel] Multicast Interface

2014-10-28 Thread Anthony Clark
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

Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource

2014-10-28 Thread Richard Lince
Thanks Ross, that has worked well. Richard. From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 24 October 2014 18:36 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H264or5VideoStreamParser::parse() from a FramedSource After cr