It's about an hour in right now. I should add I was/am running these tests on wifi because of some renovations and @ 720p no issues at all. During that hour I walked with the laptop to show my wife a bathroom vanity picture totally forgetting about the test and nextpvr didn't seem to miss a beat.
I thought you it licked but here's a freeze, stopping the recording service wasn't enough I had to kill the client task and restart the backend to get the tuner back
Code:
System.ArgumentOutOfRangeException: Value to add was out of range.
Parameter name: value
at System.DateTime.Add(Double value, Int32 scale)
at NextPVR.Players.BasePlayer.UpdateTimeline()
at NextPVR.Players.BasePlayer.RefeshOSD()
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)
1) Was that from a live tv session? The nrecord.logs don't look like it. It looks like it was just playing a large file (in progress recording?). You should be getting messages like this in your log, with the xml and references to 'base offset' etc. Your logs don't have these. Typically you'd have messages like:
2013-02-10 18:57:51.022 [DEBUG][15] about to read 169200 from location 1086223744 (current length = 1087078400)
2013-02-10 18:57:51.023 [DEBUG][15] GetDurationMS() live: 2809406
2013-02-10 18:57:51.023 [DEBUG][15] In-progress duration is now: 2809406
2013-02-10 18:57:51.023 [DEBUG][15] READ: data read, about to send
2013-02-10 18:57:51.023 [DEBUG][15] READabout to send
2013-02-10 18:57:51.223 [DEBUG][15] READ: complete
If you're positive it was from a live tv session, how big is the current buffer file?
2) For this other client side error you get, is this something that happens after the freeze (like clicking the screen when it's frozen), or does it cause the freeze (like was working fine, then client froze because of exception then stopped asking for more data). Might be hard to tell.
Quote:System.ArgumentOutOfRangeException: Value to add was out of range.
Parameter name: value
at System.DateTime.Add(Double value, Int32 scale)