Bug #3520
Two SAT-IP Server in different networks not discovered
0%
Description
If you have two network adapters with different subnets and a sat-ip server in each network, just one sat-ip server will be found.
Sample:
Network A 172.20.XXX.XXX, Gateway 172.20.YYY.YYY, Sat-Ip-Server 172.20.ZZZ.ZZZ
Network A 172.18.xxx.xxx, No Gateway, Sat-Ip-Server 172.18.zzz.zzz
Found: Sat-Ip-Server 172.20.ZZZ.ZZZ
Network A 172.20.XXX.XXX, No Gateway, Sat-Ip-Server 172.20.ZZZ.ZZZ
Network A 172.18.xxx.xxx, Gateway 172.18.yyy.yyy, Sat-Ip-Server 172.18.zzz.zzz
Found: Sat-Ip-Server 172.18.zzz.zzz
System: Ubuntu Server 15.10, Octopus.NET DVB-C and Octopus.NET DVB-S
History
Updated by Jaroslav Kysela almost 9 years ago
- Status changed from New to Rejected
The SAT>IP uses UPnP to discover services. The UPnP works only in the local network segment. You must use --satip_xml option to point tvh to remote (behind gateway) SAT>IP server.
Updated by Andre W almost 9 years ago
Both networks are local, no of the both SAT>IP-Server is behind a gateway... the server with the tvh software is the gateway.
Anywhere, --satip_xml works, is there a way to pass more then one SAT>IP-Server as Parameter?
Updated by Jaroslav Kysela almost 9 years ago
You may pass multiple --satip_xml arguments (up to 10).
--satip_xml url1 --satip_xml url2 ....
Updated by Jaroslav Kysela almost 9 years ago
BTW: You may put both servers to the same subnet and do IP routing on server to use both adapters (balance traffic). Just assign different IPs to the adapters and use 'ip route .. dev .. ' to route one satip server through different adapter.
Updated by Andre W almost 9 years ago
I cannĀ“t put the in the same subnet, this is the problem. Previous used windows based software (DVBLink, DVBViewer) found all SAT->IP Server in all local networks.
Anyway --satip_xml works great. Thank you.