Bug #5044
SAT>IP RTSP cmd error 7
0%
Description
Hotbird 13E 12188 V not scanned
TVH Log:
2018-03-27 14:51:27.575 epggrab: 12188V in Hotbird 13E - registering mux for OTA EPG
2018-03-27 14:51:27.577 subscription: 0056: "scan" subscribing to mux "12188V", weight: 5, adapter: "SAT>IP DVB-S Tuner #1 (192.168.0.104)", network: "Hotbird 13E", service: "Raw PID Subscription"
2018-03-27 14:51:28.604 satip: SAT>IP DVB-S Tuner #1 (192.168.0.104) - RTSP cmd error 7 (Unknown error -7) [8-404]
Also I described this problem on minisatip forum but there told that the problem in tvheadend is solved, but probably not
https://github.com/catalinii/minisatip/issues/437
Files
History
Updated by Jaroslav Kysela over 6 years ago
No problem here. It appears that you have something with your server. Error 404 means "Not found".
2018-03-27 16:59:14.884 [ INFO] subscription: 0007: "scan" subscribing to mux "12188V", weight: 6, adapter: "SAT>IP DVB-S Tuner #4 (192.168.100.237)", network: "S13.0E", service: "Raw PID Subscription" 2018-03-27 16:59:24.883 [ INFO] mpegts: 12188V in S13.0E scan complete 2018-03-27 16:59:24.883 [ INFO] subscription: 0007: "scan" unsubscribing
Updated by Zero Zero over 6 years ago
Have you changed your settings?
I have the result of scanning Ok (partial) and no service
Updated by Jaroslav Kysela over 6 years ago
SETUP params - src=1&fe=4&freq=12188&sr=27500&msys=dvbs2&mtype=8psk&pol=v&fec=34&ro=0.20
Updated by Zero Zero over 6 years ago
- File Screenshot_1.png Screenshot_1.png added
- File Screenshot_2.png Screenshot_2.png added
2018-03-27 15:12:41.489 mpegts: 12188V in Hotbird 13E - tuning on SAT>IP DVB-S Tuner #1 (192.168.0.104)
2018-03-27 15:12:41.490 subscription: 0008: "scan" subscribing to mux "12188V", weight: 6, adapter: "SAT>IP DVB-S Tuner #1 (192.168.0.104)", network: "Hotbird 13E", service: "Raw PID Subscription"
2018-03-27 15:12:43.134 satip: SAT>IP DVB-S Tuner #1 (192.168.0.104) - RTSP cmd error 7 (Unknown error -7) [8-404]
2018-03-27 15:13:11.489 mpegts: 12188V in Hotbird 13E - scan complete (partial - 4/1 tables)
2018-03-27 15:13:11.489 subscription: 0008: "scan" unsubscribing
Updated by Jaroslav Kysela over 6 years ago
The server sends 404 error for a reason. You may dump the RTSP communication using --trace httpc : https://tvheadend.org/projects/tvheadend/wiki/Traces .
Updated by Jaroslav Kysela over 6 years ago
Show also log for minisatip: -l general,http,stream,adapter
Updated by Jaroslav Kysela over 6 years ago
It seems that minisatip subscribes too many PMT PIDs (not requested by TVH - you configured to use descrambling in minisatip, so it may be the reason). Try to configure minisatip without descrambling support:
/configure \ --disable-dvbca \ --disable-dvbcsa \ --disable-dvbapi \ --disable-dvbaes
Updated by Zero Zero over 6 years ago
The way it works. However, I need ci support because I use CI module via minisatip
Updated by Jaroslav Kysela over 6 years ago
I put relevant log to the minisatip issue, it's not a tvh problem at all. Closing.