Project

General

Profile

Sat>IP Server over WAN

Added by Markus Wölfer about 7 years ago

Hi,

I try to connect two Tvheadend server over WAN by SAT>IP.
The goal is, that the Tvheadend Server on my dedicated server (remote) should have access to the tuners at my home (local).

For this, I configured my router to forward port 9983 to the local Tvheadend server.
The remote server is accessing the local Tvheadend server with the parameter --satip_xml http://xxxx.xxxx.xx:9981/satip_server/desc.xml

I'm now getting those errors:
local server:
2017-09-20 07:33:18.046 http: xx.xx.xx.xx: RTSP/1.0 SETUP rtsp://xxxx.xxxx.xx:9983/?fe=2&freq=530&sr=6900&msys=dvbc&mtype=256qam&tvhweight=6 -- 400
2017-09-20 07:33:22.992 http: xx.xx.xx.xx: RTSP/1.0 SETUP rtsp://xxxx.xxxx.xx:9983/?fe=1&freq=121&sr=6900&msys=dvbc&mtype=256qam&tvhweight=6 -- 400
2017-09-20 07:33:22.992 http: xx.xx.xx.xx: RTSP/1.0 SETUP rtsp://xxxx.xxxx.xx:9983/?fe=2&freq=490&sr=6900&msys=dvbc&mtype=256qam&fec=35&tvhweight=6 -- 400

remote server:
2017-09-20 07:10:00.870 satip: SAT>IP DVB-C Tuner #1 xxxx.xxxx.xx:9983) - RTSP SETUP error 5 (Eingabe/Ausgabefehler) [6-400]
2017-09-20 07:10:00.874 satip: SAT>IP DVB-C Tuner #2 (xxxx.xxxx.xx:9983) - RTSP SETUP error 5 (Eingabe/Ausgabefehler) [6-400]

Does anyone have an idea what is wrong here?


Replies (3)

RE: Sat>IP Server over WAN - Added by Robert Cameron about 7 years ago

IIRC, Sat>IP is based on RTSP, which normally uses ports 554 and 555 as well; you may need to open those ports and your home router so your remote system can receive streams and communicate. (It looks like that's what the RTSP errors are related to.)

RE: Sat>IP Server over WAN - Added by Menno D about 7 years ago

How is security arranged in a SAT>IP over WAN setup?

RE: Sat>IP Server over WAN - Added by elon esna about 4 years ago

This is very easy with the zerotier VPN, I have it installed with two CoreELEC TV Boxes as gateways, the TV Box Main Server (in the domain 192.168.10.0/24) uses the services tvheadend, VPN zerotier (in the domain 10.10.10.0 / 24), gateway configuration, etc., the TV Box Secondary Server (in the 192.168.20.0/24 domain) uses minisatip, zerotier VPN services (in the 10.10.10.0/24 domain), gateway configuration, etc.

With tvheadend installed in 192.168.10.56 it is only necessary to add the command parameter

--satip_xml http://192.168.20.34:9999/desc.xml

to receive SAT>IP from the remote tuner located at 192.168.20.34

IT IS NOT NECESSARY TO OPEN ANY PORT IN THE ROUTER

    (1-3/3)