2015-08-06, 01:49 AM
In response to a thread I read today I was trying to play a stream from my HDHR using UPnp and it works great until NextPVR wants to display the timeline.
Here is the error on the timeline
I've narrowed it down to SetPlayerMetaData and args["STREAM_DURATION"] is required. What should that be for a growing file?
Martin
Here is the error on the timeline
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.Players.BasePlayer.UpdateTimeline()
at NextPVR.Players.BasePlayer.RefeshOSD()
at NextPVR.Players.VideoPlayer.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)
I've narrowed it down to SetPlayerMetaData and args["STREAM_DURATION"] is required. What should that be for a growing file?
Martin