2022-05-22, 02:50 AM
(2022-05-22, 12:11 AM)Brucek2839 Wrote: hello
i am having issues with one of my systems where i am getting choppy video and lip-sync of the audio. it is happening on my testing within 6:30 to 7:00 pm on all channels.
I have tried with the vpn and without. my cpu usage hovers between 15 to 40 percent.
Any info as to why this is happening is much appreciated. logs enclosed.
thank you
bruce
Are you trying to play these with the NextPVR.exe client running on the NextPVR server? You mention "with the vpn and without", so I'm not sure where the VPN would come into play.
I see a NPVR.log for that 6:30-7:00pm timeframe. It does have some stack dump errors saying unable to connect to the remote server (but the IP address is the loopback address and it seems to go on OK):
Code:
2022-05-21 18:29:47.240 [ERROR][1] System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8866
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at NShared.RecordingServiceRemote.GetLastRecordingListChangeTime()
Is v5 the only version you have installed on this system?