Hi,
I am trying to setup SAT/IP between two tvheadend servers. The source server has a Sony CXD2880 DVB-T tuner, which I have configured to export via SAT/IP. The tuner seems fine, with channels found in the mux scan, and I can watch them via the webui.
The SAT/IP server seems to start correctly when tvheadend starts:
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: Starting SAT>IP RTSP server 192.168.7.7:9983
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: SAT>IP Server initialized
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: HTTP 192.168.7.7:9981, RTSP 192.168.7.7:9983
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: descramble 0, muxcnf 0
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: tuner[fe=1]: DVB-T #2
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: tuner[fe=2]: DVB-T #2
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: tuner[fe=3]: DVB-T2 #2
Apr 20 11:59:44 trouble.vpn.rantell.net tvheadend[53032]: satips: tuner[fe=4]: DVB-T2 #2
I am starting the tvheadend server acting as a client with the command line pointing to the XML description for the source server. The SAT/IP tuners showup in the webui, but we I attempt to scan the muxes, I get:
`2024-04-20 19:07:33.650 mpegts: 690MHz in DVB-T Network - tuning on SAT>IP DVB-T Tuner #1 (trouble.vpn.rantell.net:9983@UDP)
2024-04-20 19:07:33.650 subscription: 0006: "scan" subscribing to mux "690MHz", weight: 6, adapter: "SAT>IP DVB-T Tuner #1 (trouble.vpn.rantell.net:9983@UDP)", network: "DVB-T Network", service: "Raw PID Subscription"
2024-04-20 19:07:34.148 satip: SAT>IP DVB-T Tuner #1 (trouble.vpn.rantell.net:9983@UDP) - RTSP SETUP error -5 (Input/output error) [6-400]
2024-04-20 19:07:38.649 mpegts: 690MHz in DVB-T Network - scan no data, failed
2024-04-20 19:07:38.650 subscription: 0006: "scan" unsubscribing`
On the source tvheadend server, it seems like the SAT/IP is return 400 BAD REQUEST to the RTSP calls:
Apr 20 12:07:34 trouble.vpn.rantell.net tvheadend[53032]: satips: RTSP/1.0 SETUP rtsp://trouble.vpn.rantell.net:9983/?fe=1&freq=690&bw=8&msys=dvbt&mtype=64qam&tmode=8k&gi=132&tvhweight=6&pids=0{{Transport=RTP/AVP;unicast;client_port=50000-50001,CSeq=1}}
Apr 20 12:07:34 trouble.vpn.rantell.net tvheadend[53032]: satips: 192.168.1.124: RTSP/1.0 SETUP (6) rtsp://trouble.vpn.rantell.net:9983/?fe=1&freq=690&bw=8&msys=dvbt&mtype=64qam&tmode=8k&gi=132&tvhweight=6&pids=0 -- 400
I have enable debug and trace on mutliple subsystems, but nothing relevant seems to be logged that might be the cause of the BAD REQUEST response.
Any ideas on what might be causing the problems, or how else I can troubleshoot?