NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 313 314 315 316 317 … 433 Next »
Skip Problem

Skip Problem
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#171
2012-03-02, 04:39 PM
sub Wrote:If you can post the client and server logs showing the problem, I can check them. It was a fairly trivial change, and shouldnt have caused problems as long as the client and server both had the patches.
As I said, there is nothing in the logs except recording service saying that it is starting. Guess the log is not written to disk before it crashes. Client logs just saying that it is trying to start live tv, then the client hangs.

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#172
2012-03-02, 04:46 PM
I'd still like to see the logs.

From the recording service perspective, there is nothing different about live tv from the local machine or a remote client, until shortly after the recoridng has been started. If you can watch live tv directly on the server, but not from a client, then the error is happening shortly after the recording has been started, and I wanted to see where that was exactly.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#173
2012-03-02, 04:51 PM
I've just double checked it, and its working well on client/server here, so I'm fairly sure the patch is good. I'll wait and see if we get any other reports from other client/server users.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#174
2012-03-02, 05:14 PM
sub Wrote:I've just double checked it, and its working well on client/server here, so I'm fairly sure the patch is good. I'll wait and see if we get any other reports from other client/server users.
Logs attached, Nrecord.log from server, npvr.log from client. Fired up another client, at least this time it did not crash the server-

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,011
Threads: 770
Joined: Nov 2003
#175
2012-03-02, 05:16 PM
According to that log, the exact same thing should happen if you try to watch that channel directly on the server. ie, it hasn't got as far as the client/server differences.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#176
2012-03-02, 06:01 PM
sub Wrote:According to that log, the exact same thing should happen if you try to watch that channel directly on the server. ie, it hasn't got as far as the client/server differences.
But somehow it does not, and they are using the same decoders, PDVD12 for video and LAV for audio.

"I'd rather have a bottle in front of me than a frontal lobotomy"
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#177
2012-03-02, 07:07 PM
Looks like a client/server death situation for me too. Server seems to be running fine, then its recording service dies once the client connects. Popup error on the client was:

Code:
System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host

Server stack trace:
   at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Runtime.Remoting.Channels.SocketStream.Write(Byte[] buffer, Int32 offset, Int32 count)
   at System.Runtime.Remoting.Channels.ChunkedMemoryStream.WriteTo(Stream stream)
   at System.Runtime.Remoting.Channels.Tcp.TcpClientSocketHandler.GetRequestStream(IMessage msg, Int32 contentLength, ITransportHeaders headers)
   at System.Runtime.Remoting.Channels.Tcp.TcpClientSocketHandler.SendRequest(IMessage msg, ITransportHeaders headers, Stream contentStream)
   at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
   at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
   at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at NShared.IRecordingService.RenewStream(Int32 handle)
   at NShared.RecordingServiceProxy.RenewStream(Int32 handle)
   at NextPVR.Players.LiveTvPlayer.RefeshOSD()
   at NextPVR.ControllerForm.timer1_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Logs for both server and client attached. The client doesn't run its recording service if that matters.

Iain
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#178
2012-03-03, 09:53 AM
So, what can we do to solve this problem? Currently none of my clients work Sad

"I'd rather have a bottle in front of me than a frontal lobotomy"
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#179
2012-03-03, 10:50 AM
Reddwarf Wrote:So, what can we do to solve this problem? Currently none of my clients work Sad

Just roll back to an earlier version of the files surely, or maybe even just unregister the new NPVRTSReader2.ax file and hope it goes back to the previous functionality. My 'client' is just the laptop I use for writing plugins, so I can live with it being non functional for a while...

Iain
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#180
2012-03-03, 12:49 PM
imilne Wrote:Just roll back to an earlier version of the files surely, or maybe even just unregister the new NPVRTSReader2.ax file and hope it goes back to the previous functionality. My 'client' is just the laptop I use for writing plugins, so I can live with it being non functional for a while...

Iain
Unregistering the new TSReader2 did not work. I reinstalled the original 2.3.6 and applied patches R1, and now everything works smootly again. So, like it or not Sub, but something is screwed up in your newest patches.

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (25): « Previous 1 … 16 17 18 19 20 … 25 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NPVR4 and MPC-HC problem The Solutor 29 8,331 2021-07-27, 03:45 PM
Last Post: The Solutor
  Problem locking on to a tuner? time_lord 7 3,622 2021-01-09, 12:06 PM
Last Post: Graham
  EPG XMLTV problem DBHall 8 4,276 2021-01-01, 12:34 PM
Last Post: Graham
  Problem with Intel 4600 graphics driver pol098 1 1,625 2020-12-01, 12:44 PM
Last Post: romdl
  Problem setting up recording for some programmes LeoL 5 2,418 2020-10-21, 09:34 PM
Last Post: LeoL
  Replayed recording problem Tj.2 25 10,860 2020-09-22, 04:51 PM
Last Post: baj1
  Recurring recording problem Dave48167 18 5,087 2020-09-10, 08:26 PM
Last Post: Dave48167
  Problem with 1 device and 1 frequency lost@c 6 2,407 2020-08-21, 04:11 AM
Last Post: lost@c
  Audio Problem jrockow 11 5,305 2020-04-22, 12:07 PM
Last Post: jrockow
  Skip causes fast-forward to the end of the file madbrain 9 4,451 2020-02-27, 10:24 PM
Last Post: Esch

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode