Route video streams between networks

Hi all,

I have two networks:
192.168.1.0 -> MyNetwork
192.168.2.0 -> Guest Network

I have set up rules that I can access from MyNetwork also resources in the Guest Network.

Now I have placed a SatIP Server in the Guest Network. When I'm directly connected to that network I can stream without any issues. Once I connect to MyNetwork I cant, I can only access the website of the SatIP Server.

Any idea what I need to enable?

How does the SatIP system work? If it relies on auto-discovery, you might be able to use an mdns reflector/repeater (avahi), but sometimes these auto discovery methods are done with non-standard approaches and that may not work as intended.

Can you describe how you configure the client devices to connect to the server?

It's a good question...

I've got DirecTV, and it does link-local over IPv4 from the DVR over to the clients - both over DECA and dedicated Wireless from their WVB device to the client end-points...

At the same time, with SW updates on the DVR/Main Box - primary LAN endpoints can access and use services from the DVR, or get access to internet for VoD.

These systems are odd...

Sorry for the late reply.

In the end it is all a RTSP stream I try to open from a VLC media player within MyNetwork, e.g.:

#EXTINF:0,1. Das Erste
rtsp://192.168.2.135/?src=1&freq=11836&pol=h&ro=0.35&msys=dvbs&mtype=qpsk&plts=off&sr=27500&fec=71&pids=0,17,18,101,102,100,104

Most probably the issue is that I need to install in addition the module https://openwrt.org/packages/pkgdata/kmod-ipt-nathelper-rtsp. I will give that a try ...