NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 56 Next »
NextEnd V2 Pre-Release Announcement

 
  • 0 Vote(s) - 0 Average
NextEnd V2 Pre-Release Announcement
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,330
Threads: 865
Joined: May 2006
#61
2017-05-29, 03:32 PM
The wiki doesn't use the (X86) variable since I wanted something 32/64 bit compatible but yours should work.

The way I tested it was to check my poststartup.bat and run

start "" /b "%PROGRAMFILES%\NPVR\NextEnd.exe" --monitor
timeout 1

Then I stopped the recording server and ran it manually

NRecord RUN

Without the timeout NextEnd was not logging. Note, it seems others are reporting start /b problems on Win 10 1703, not related to NextEnd.

Graham Wrote:Try ping first and then start

No that won't work the problem is after the start /b not before.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 820
Threads: 176
Joined: Jun 2015
#62
2017-05-30, 06:46 PM
Hello, Martin.

I've been trying all different kinds of commands to start NextEnd from ParallelProcessing.bat and I stumbled upon the following:

I tried the following starts:

1) start /b "" "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --monitor
2) start "NextEnd-ParaProc" /d "%PROGRAMFILES(X86)%\NPVR" /b NextEnd.exe --resume --oid %3 --monitor
3) start "" /b "%PROGRAMFILES(X86)%\NPVR\NextEnd.exe" --resume --oid %3

Starts 1 & 2 completed with log entries shown in NextEnd-Monitor.log in the attached zip files.

Start 3 also completed but made no entries in either NextEnd log. This was the original start command that was never returning. I'm puzzled.

Is their some switch in NextEnd that is disallowing the --oid parameter?
Later...JohnC

System Status: Really sick  Sick
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,330
Threads: 865
Joined: May 2006
#63
2017-05-30, 07:47 PM
#3 will only log if the oid is a monitored sport . #2 is invalid but --monitor overrides --oid,

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 820
Threads: 176
Joined: Jun 2015
#64
2017-05-31, 05:34 PM
OK, more trials produced some results. The next line is echoed from the ParallelProcessing.bat:

ParallelProcessing.bat started with ["I:\NextPVR-Capture\MLB Baseball_20170531_13001600-1.ts"][586][31473][21]["MLB Baseball"]

I used the following command in ParallelProcessing.bat:

start "NextEnd-ParaProc" /d "%PROGRAMFILES(X86)%\NPVR" /b NextEnd.exe --resume --oid %3

To produce the following NextEnd.log file:

[...startup]
2017-05-31 13:14:50.236 [DEBUG][1] NextEnd, Version=2.0.6274.30072, Culture=neutral, PublicKeyToken=null
2017-05-31 13:14:50.244 [INFO][1] About to connect to remote recording service
2017-05-31 13:14:50.249 [DEBUG][1] RecordingServiceProxy@exit
2017-05-31 13:14:50.256 [DEBUG][1] About to look for plugin directories in: C:\Users\Public\NPVR\Plugins\
2017-05-31 13:14:50.257 [DEBUG][1] Skipping non-existant plugin directory: C:\Program Files (x86)\NPVR\Plugins\
2017-05-31 13:14:50.257 [DEBUG][1] Command Line --resume --oid 31473
2017-05-31 13:14:50.257 [DEBUG][1] NextPVR extending = False
2017-05-31 13:14:50.257 [DEBUG][1] Preparing this event
2017-05-31 13:14:50.258 [DEBUG][1] MLB Baseball Regional Coverage 2017-05-31 13:00:00
2017-05-31 13:14:50.263 [DEBUG][1] Teams error for livePVR MLB Baseball Regional Coverage 5/31/2017 5:00:00 PM
2017-05-31 13:14:50.263 [DEBUG][1] Monitor status = none

Does this look OK? I always see the word "error" as a red flag.

Recording port was released 60-seconds after cancelling the recording. I think this is all good.

Just a suggestion but it would be helpful if something was logged for each invocation of NextEnd.

Many thanks, Martin.
Later...JohnC

System Status: Really sick  Sick
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,330
Threads: 865
Joined: May 2006
#65
2017-05-31, 07:50 PM (This post was last modified: 2017-05-31, 08:00 PM by mvallevand.)
That looks ok, the reason for the error is the MLB game you had scheduled didn't follow the normal rule to include the teams in the sub title instead it just has "Regional Coverage" so the server wouldn't now what game to monitor. Here are the upcoming MLB games that can't be monitored it shows more clearly http://tvlistings.zap2it.com/tv/mlb-base...aid=zap2it

If I enabled logging for everything there would typically not be enough generations to investigate real problems. So if you have a race Saturday afternoon with problems that you don't notice until Sunday you would have needed to grab the logs before the next three recordings. That being said earlier this week I did add a debug mode of logging for each event which will be included in the next update.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 820
Threads: 176
Joined: Jun 2015
#66
2017-06-01, 01:53 PM
mvallevand Wrote:If I enabled logging for everything there would typically not be enough generations to investigate real problems. So if you have a race Saturday afternoon with problems that you don't notice until Sunday you would have needed to grab the logs before the next three recordings.

Martin

Thanks, Martin. Except for the statement above, I understand how games are selected. I do not understand what you're driving at with statement I've quoted. Enough generations...real problems? Before next three recordings? Is this something I should pay attention to? Can you be more explicit?

My apologies if I seem somewhat dense.:o
Later...JohnC

System Status: Really sick  Sick
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,330
Threads: 865
Joined: May 2006
#67
2017-06-01, 06:07 PM
Assuming you record a race Saturday afternoon that you want to watch later on Sunday afternoon that would be the first generation, NextPVR API has four generations of logs Logging everything If you recorded something else Saturday night, SNL and then Meet the Press and Face the Nation Sunday morning you would lose that important log for four useless logs.

Martin
jcole998
Offline

Posting Freak

New York, USA
Posts: 820
Threads: 176
Joined: Jun 2015
#68
2017-06-02, 01:29 PM
Thanks, Martin. I understand generations in context. It is something to be aware of. Learning the jargon is an ongoing effort.
Later...JohnC

System Status: Really sick  Sick
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
jcole998
Offline

Posting Freak

New York, USA
Posts: 820
Threads: 176
Joined: Jun 2015
#69
2017-06-05, 02:32 PM
The NASCAR Dover race ran way late and NextEnd covered it perfectly.

It would seem that NextEnd log generations are driven by events rather than file size. I always preferred the NextPVR approach or rolling over to the next generation when a configurable file size is exceeded. I'm hoping you might agree.

Many thanks, Martin.
Later...JohnC

System Status: Really sick  Sick
Desktop: Intel DX38BT MB - Intel Q9650 3GHz Quad - NVIDIA GeForce GTX 1050 Ti Graphics
Software: Win 10 Pro(Build 1909) - NextPVR - WinTV8
Video: Verizon FiOS - Hauppauge DCR-3250 - Hauppauge 1512 HDPVR2
RaspberryPi 4 Raspbian and FLIRC
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 45,330
Threads: 865
Joined: May 2006
#70
2017-06-05, 02:57 PM
Glad the main problem is resolved. The logging API starts a new log when the program is executed (ie with each recording) just like NextPVR and it probably would rollover with extreme extending. I could write my own logging logic but the current model meets my support needs.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (10): « Previous 1 … 5 6 7 8 9 10 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NEWA Release Build 2.10 Released 2013-12-30 UncleJohnsBand 0 1,685 2013-12-31, 02:53 AM
Last Post: UncleJohnsBand
  Plex Plugin - first release psycik 141 47,269 2013-06-16, 08:59 PM
Last Post: JonnyCam
  NEWA Release Build 1.30 Released 2012-11-27 UncleJohnsBand 0 1,734 2012-11-28, 04:11 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.26 Released 2012-08-24 UncleJohnsBand 0 4,927 2012-08-25, 04:56 AM
Last Post: UncleJohnsBand
  NEWA Release Build 1.25 Released 2012-04-10 UncleJohnsBand 1 2,212 2012-04-16, 08:20 PM
Last Post: Reddwarf
  System Plugin - 2nd Test Release (4th Feb) imilne 31 7,804 2012-02-24, 12:22 PM
Last Post: Reddwarf
  System Plugin - New Test Release (29th Jan) imilne 38 7,472 2012-02-07, 08:38 AM
Last Post: imilne
  NEWA Release Build 1.23 Released 2012-01-16 UncleJohnsBand 0 1,033 2012-01-18, 04:11 AM
Last Post: UncleJohnsBand
  nDroid v1.6.8 (maintenance release) available bgowland 2 1,699 2012-01-09, 11:41 PM
Last Post: bgowland
  nDroid v1.6.5 (maintenance release) bgowland 0 1,086 2011-12-01, 11:17 AM
Last Post: bgowland

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

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

Linear Mode
Threaded Mode