Tvheadend delay during startup
Added by M G about 8 years ago
It takes 3 minutes for tvheadend to start on my machine. The relevant delay in the debug log is at the beginning.
2016-09-01 21:46:30.356 [ INFO]:main: Log started
2016-09-01 21:48:37.918 [ ERROR]:satips: Unable to determine the HTTP/RTSP address
2016-09-01 21:48:38.568 [ DEBUG]:settings: saving to /home/hts/.hts/tvheadend/config
2016-09-01 21:48:38.670 [ INFO]:config: loaded
Anyone know how to fix the delay? In the settings the RTSP port is set to 0 which I thought would diaable satip. Other than the delay, tvheadend is working well.
Replies (2)
RE: Tvheadend delay during startup - Added by Mark Clarkstone about 8 years ago
Run it from the terminal & watch the output, I've seen delays like this before, usually it's down to tvheadend waiting for the tuners..
RE: Tvheadend delay during startup - Added by M G about 8 years ago
Terminal output didn't show anything not in the debug log. I recompiled tvheadend with --disable-satip_server and --disable-satip_client and the problem went away. Am using version 4.0.9 but also had noticed the delay on previous versions. Not sure exactly what about satip caused the delay but it's fixed for me now.