NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 12 13 14 15 16 93 Next »
Client - Tuner plugins

 
  • 0 Vote(s) - 0 Average
Client - Tuner plugins
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,091
Threads: 957
Joined: May 2006
#11
2011-09-14, 05:56 PM
Ok, a few things.

- I believe that error trace is for sub, NetworkRecorder includes a debug file which would identify a line number with the file.

- the connection to SageDCT is working and I think the NetworkRecorder is working. The issues might be with channel 552 TBSHD. Could you send the SageDCT logs (C:\ProgramData\SageDCT

- the black screen look like it is just streaming no video. Does it get corrected when you hit stop?

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#12
2011-09-14, 05:57 PM
mvallevand Wrote:Because of all the client junk in NRecord, could you duplicate this on the server and resend NPVR/NRecord logs.
Yep, I'd agree. It'd be better to see a set of logs that reproduce this on the server so that we dont have to sift through the other log messages to find the useful stuff.
lovemyram4x4
Offline

Member

Posts: 54
Threads: 0
Joined: Jun 2011
#13
2011-09-14, 06:33 PM
mvallevand Wrote:Ok, a few things.

- I believe that error trace is for sub, NetworkRecorder includes a debug file which would identify a line number with the file.

- the connection to SageDCT is working and I think the NetworkRecorder is working. The issues might be with channel 552 TBSHD. Could you send the SageDCT logs (C:\ProgramData\SageDCT

- the black screen look like it is just streaming no video. Does it get corrected when you hit stop?

Martin

It's not a problem w/ the channel I have good signal quality/levels on all 4 Ceton tuners and playback is fine in 7MC.

I can also see via the Ceton web UI that when I hit live TV on NPVR the tuner that's assigned to it starts playing.

I don't technically get a blank screen, I get the please wait message over the main menu/guide if just starting live TV, or if changing channels from a clearQAM channel it leave the last frame from what was streaming

sub Wrote:Yep, I'd agree. It'd be better to see a set of logs that reproduce this on the server so that we dont have to sift through the other log messages to find the useful stuff.

The last logs I posted were from right after trying to get live TV twice on the server.
lovemyram4x4
Offline

Member

Posts: 54
Threads: 0
Joined: Jun 2011
#14
2011-09-14, 07:06 PM
Here's the SageDCT logs, the one from today only shows it found the 4 tuners the one from last night has a bit more in it.

and here's another set of logs from the server taken right after getting live TV start w/ a networkrecorder but then I couldn't get it change channels, guide to come up or next/now. I'm not sure how far the logs go back but I also had tried to do a channel change from network tuner channel 554 and it changed +/- to a clearQAM tuner channel 505 on the client.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#15
2011-09-14, 07:41 PM
Martin can you give me a summary of what you know so far? I'm finding it very hard to follow this thread, because I know nothing about SageDCT and the Network Recorder plugin.

Is there a specific exception or problem you'd like help with?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,091
Threads: 957
Joined: May 2006
#16
2011-09-14, 08:41 PM
Sub, we are in the same boat, I don't know SageDCT either but I can tell it is configured incorrectly and I need SageDCT verbose logging turned on. I need your help with this trace http://forums.nextpvr.com/showthread.php...post419908

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#17
2011-09-14, 08:49 PM
mvallevand Wrote:You forgot the new error message

Code:
Parameter name: index
  at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument
argument, ExceptionResource resource)
  at System.ThrowHelper.ThrowArgumentOutOfRangeException()
  at System.Collections.Generic.List`1.get_Item(Int32 index)
  at NextPVR.Players.LiveTvPlayer.HandleCommand(String command)
  at NextPVR.Players.LiveTvPlayer.OnKeyDown(KeyEventArgs e)
  at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
  at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
  at NextPVR.ControllerForm.WndProc(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

Because of all the client junk in NRecord, could you duplicate this on the server and resend NPVR/NRecord logs.

Martin
What key is being pressed?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,091
Threads: 957
Joined: May 2006
#18
2011-09-14, 08:51 PM
I believe channel changing with the OSD arrows. (There may be no EPG data)

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,787
Threads: 769
Joined: Nov 2003
#19
2011-09-14, 08:53 PM
It doesnt look like the arrow keys. It could be the 'enter' key after using the arrow keys, but we'd need to know exactly.
lovemyram4x4
Offline

Member

Posts: 54
Threads: 0
Joined: Jun 2011
#20
2011-09-14, 08:54 PM (This post was last modified: 2011-09-14, 09:02 PM by lovemyram4x4.)
@Martin I'll get that turned on.

@Sub I believe that was after pushing the up arrow.

This is what i get if it errors when starting live TV or making a channel cahnge:


System.NullReferenceException: Object reference not set to an instance of an object.
at NextPVR.ControllerForm.RenderOSD(List`1 renderList)
at NextPVR.Players.PlaybackProxyFactory.SetOSD(List`1 renderList)
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)
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  FM tuner support in NextPVR? Goongyae 2 1,494 2022-11-23, 01:22 PM
Last Post: mvallevand
  Plugins and NPVR. Where do we start? sub 80 69,909 2020-11-26, 10:02 PM
Last Post: mandai
  Developing Android TV client fred250 2 1,877 2020-11-16, 06:33 PM
Last Post: fred250
  Tuner status & disk usage mikaelgu 2 2,968 2017-04-10, 04:51 PM
Last Post: mikaelgu
  Determine Server Tuner/Recorder Status from Console App 27InchSony 13 8,421 2016-12-21, 05:03 AM
Last Post: mvallevand
  Web Client: Slow with separate thread and date not obscured cncb 32 16,264 2016-10-10, 02:01 PM
Last Post: mvallevand
  How to tell when video playback has finished in web client? cncb 6 4,357 2015-09-29, 08:07 PM
Last Post: cncb
  How to get edl information for videos in a web client? fred250 27 10,838 2014-12-10, 12:39 AM
Last Post: fred250
  I want to start developing plugins...but how? OrenShapir 6 4,143 2014-11-18, 10:38 PM
Last Post: mvallevand
  Remote client logout timeout. mvallevand 2 2,578 2014-10-28, 12:55 AM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode