NextPVR Forums

Full Version: 2.5.5 Client require Timing.Info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In relation to this problem http://forums.nextpvr.com/showthread.php...post438914 I am having similar problems in 2.5.5 on files on my NAS that depend on an external ts.Timing.Info file. These files are older files that didn't include the .ts. and were not created with a plugin

The duration show in the OSD as 0 they log as zero

Code:
2012-08-04 18:51:57.597    [DEBUG][1]    Source Aspect Ratio: 16x9
2012-08-04 18:51:57.597    [DEBUG][1]    Setting display rect: 0.000000,0.049053,1.000000,0.950947
2012-08-04 18:51:57.598    [DEBUG][1]    GetEventCode() returned: 0x8101
2012-08-04 18:51:57.598    [DEBUG][1]    GetEventCode() returned: 0x000a
2012-08-04 18:51:57.605    [DEBUG][1]    Updating OSD.
2012-08-04 18:51:57.839    [DEBUG][1]    Calling dispose on old popup(2): ShowDetailsPopup
2012-08-04 18:51:57.839    [DEBUG][1]    ShowDetailsPopup.Dispose()
2012-08-04 18:51:57.839    [DEBUG][1]    UiStatic.Dispose()
2012-08-04 18:51:58.767    [DEBUG][1]    GetDuration returning 0
2012-08-04 18:51:58.777    [DEBUG][1]    GetDuration returning 0
2012-08-04 18:51:58.781    [DEBUG][1]    Updating OSD.
2012-08-04 18:51:58.880    [DEBUG][1]    GetDuration returning 0
2012-08-04 18:51:58.983    [DEBUG][1]    GetDuration returning 0
2012-08-04 18:51:59.093    [DEBUG][1]    GetDuration returning 0
2012-08-04 18:51:59.206    [DEBUG][1]    GetDuration returning 0

and they popup force a crash if I navigate.

Code:
System.DivideByZeroException: Attempted to divide by zero.
   at Native.PlaybackNative.SetPosition(Double position)
   at NextPVR.Players.PlaybackProxyFactory.SetPosition(Double position)
   at NextPVR.Players.VideoPlayer.OnClick(PointF location)
   at NextPVR.ControllerForm.ControllerForm_MouseClick(Object sender, MouseEventArgs e)
   at NextPVR.VideoWindow.OnMouseClick(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at NextPVR.VideoWindow.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Martin


Martin
I dont have a client setup right now, so cant test this easily.

Can you post the whole npvr.log?
sub Wrote:I dont have a client setup right now, so cant test this easily.

Can you post the whole npvr.log?

Sure, if you want I can add Timing.Info to it to show differences.

Martin
mvallevand Wrote:Sure, if you want I can add Timing.Info to it to show differences.
Yep, can you do that.
Sure, attached with some skipping, as I also posted it must be ts.Timing.Info too, the PC host doesn't care, if that helps.

Martin
Can you set HKEY_LOCAL_MACHINE\Software\NPVR\LogSlipFile=1 (DWORD), then reproduce the problem and post the client's c:\temp\reader.log?
Here with and without, some error on bitrate I can play from the Video Library if you'd like.

Martin