Quote:
Originally Posted by jguitarguy27
I'm wondering if that send audio field requires my IP address or something for this to work? Any ideas?
|
I'm pretty sure it's possible to get UDP (which ReaStream uses, I think?) to tunnel over a vpn, but that may need some configuration. Or it may "Just Work". In general, don't assume that UDP broadcast will make it past any router. Although it may be possible to configure bridging - If you have control over all the intermediate routers.
You're probably better off using explicit IP addresses. But this may need someone to set up port forwarding?
Try
ping or
tracert to the target IP from the source machine. This will tell you if there's a route, it won't guarantee that UDP will go over it. Or that the port is open / forwarded.
Better yet, ask your companys IT people