2015-09-15, 12:31 PM
Hi,
X-Newa is unable to connect to the server with Nextpvr in the morning. The solution is to walk to the server and stop the NPVR Recording service and kill the ndigitalhost.exe process. It will then work fine for 24 hrs and fail again the next morning.
Its something I've been meaning to fix for a while but haven't yet found a solution and wondered if you had any suggestions on what I could try other than walking to the server or how to better diagnose the issue??
Worst case scenario is I could run a batch file on server wake to kill the process and service.... but is there a better way??
[INDENT][/INDENT]REM Restart recording service
taskkill /IM ndigitalhost.exe /F
taskkill /IM ndigitalhost.exe /F
NET STOP "NPVR Recording Service"
NET START "NPVR Recording Service"[/INDENT][/INDENT]
X-Newa is unable to connect to the server with Nextpvr in the morning. The solution is to walk to the server and stop the NPVR Recording service and kill the ndigitalhost.exe process. It will then work fine for 24 hrs and fail again the next morning.
Its something I've been meaning to fix for a while but haven't yet found a solution and wondered if you had any suggestions on what I could try other than walking to the server or how to better diagnose the issue??
Worst case scenario is I could run a batch file on server wake to kill the process and service.... but is there a better way??
[INDENT][/INDENT]REM Restart recording service
taskkill /IM ndigitalhost.exe /F
taskkill /IM ndigitalhost.exe /F
NET STOP "NPVR Recording Service"
NET START "NPVR Recording Service"[/INDENT][/INDENT]