2019-12-28, 01:07 AM
HI. I'm really excited to be installing NextPVR on my Synology. I have it mostly configured and it's *almost* working... (Also, I hope this is the right thread. Note: V4 on Windows still works.)
From Internet Explorer, when I watch a live TV stream, everything seems fine. If I go to the temp folder I can see the TS file getting bigger and from my PC I can eve play it through VLC. However, if I try to record a show, it doesn't work. NextPVR is making the new folder, then the season folder, and it also creates a .ts file and .xml file. The .xml file is all populated correctly, but the .ts file never gets bigger than 0 bytes. I feel like it's got to be some configuration thing, but ?
In the log file I am getting a connection refused message repeatedly. Here is a piece:
and it just repeats. I have the synology firewall turned off for the moment (behind a router). Other than that I'm sorta lost.
I'd be greatly pleased if someone could help me with this.
From Internet Explorer, when I watch a live TV stream, everything seems fine. If I go to the temp folder I can see the TS file getting bigger and from my PC I can eve play it through VLC. However, if I try to record a show, it doesn't work. NextPVR is making the new folder, then the season folder, and it also creates a .ts file and .xml file. The .xml file is all populated correctly, but the .ts file never gets bigger than 0 bytes. I feel like it's got to be some configuration thing, but ?
In the log file I am getting a connection refused message repeatedly. Here is a piece:
Code:
2019-12-27 23:36:42.462 [DEBUG][28] HTTP input source starting
2019-12-27 23:36:42.475 [DEBUG][28] Unexpected error in HTTP input source: System.Net.WebException: Connection refused Connection refused
---> System.Net.Http.HttpRequestException: Connection refused
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean allowHttp2, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.FinishSendAsyncUnbuffered(Task`1 sendTask, HttpRequestMessage request, CancellationTokenSource cts, Boolean disposeCts)
at System.Net.HttpWebRequest.SendRequest()
at System.Net.HttpWebRequest.GetResponse()
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at NShared.Shim.InputSourceHTTP.WorkerThread()
2019-12-27 23:36:42.475 [DEBUG][28] HTTP input source starting
2019-12-27 23:36:42.488 [DEBUG][28] Unexpected error in HTTP input source: System.Net.WebException: Connection refused Connection refused
---> System.Net.Http.HttpRequestException: Connection refused
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Http.ConnectHelper.ConnectAsync(String host, Int32 port, CancellationToken cancellationToken)
--- End of inner exceptio
and it just repeats. I have the synology firewall turned off for the moment (behind a router). Other than that I'm sorta lost.
I'd be greatly pleased if someone could help me with this.