-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic question re MC routing / distribution #49
Comments
Hi mutluit, see also: (Multicast with GRE) |
Thx. This looks interessting. |
If you want order a remote MC from A to D, there are two hop between A,D named B, C. |
Hi, which tool do you mean by "tunnel with multicast": is it GRE or igmproxy? Let me ask differently: I have a server at a hoster and need to send out MC to multiple clients with different internet addresses (ie. different locations), but hoster's routers/switches do block MC. |
I think this is what you need. |
Thx, now I got multicast over a GRE tunnel working. My use-case is to offer (near-)realtime multicast service (ie. UDP data) for subscribing users. User numbers can go into thousands; ie. I need an easy, generic and scalable solution; it should also work for users with other OS than Linux like Windows etc, but server-side is Linux. |
I think it's the problem on GRE over NAT. Your members was dispersion on the internet. MC can't save bandwidth for you, because the package was unicast on internet. Unless your members was centralized behind one node of internet. |
Just a generic basic question:
I want distribute multicast traffic to distant locations.
At the remote locations the mc traffic shall be consumed
by multiple users within the LAN there.
There is no routing of the mc traffic over internet possible,
so the traffic must somehow be transmitted to the remote locations.
I'm a C/C++ developer with basic knowledge of MC, especially interested
in SSM (source specific multicast in IGMPv3).
I have a simple test mc SSM server and client working locally,
but I need to get the traffic out to the remote locations.
Can a kind soul please tell me what I need to get this done?
Is igmproxy suited for this? Do I need something else too?
The OSes are all Linux.
Thx
The text was updated successfully, but these errors were encountered: