NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
1 2 3 4 5 … 20 Next »
NextEnd v5 trial release

 
  • 0 Vote(s) - 0 Average
NextEnd v5 trial release
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#411
2024-08-12, 12:46 PM (This post was last modified: 2024-08-12, 12:49 PM by mvallevand.)
It's mainly a design thing. The way early is supposed to to work is it cancels immediately when the API says the game is over and the other parameters are ignored. I figure if you want commentary you would just use cancel since the talking heads will try and fill up the rest of the broadcast time, so why limit it. Cancel will kill the post padding though unless post game is used and preempt is not enabled

Martin
BackwardsK
Offline

Junior Member

Canada
Posts: 10
Threads: 0
Joined: Aug 2024
#412
2024-08-12, 02:35 PM
So I should remove the --early and leave --cancel and --postgame 10? What I'm looking for is once the game is detected as over set the recording to end 10 mins after that point. If the recording is scheduled from 1-4p and the game ends at 3:40, record until 3:50. If the game goes until 5:15, record until 5:25.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#413
2024-08-13, 04:26 PM
I understand what you want. I won't change early because it is specifically meant to provide a way to stop recording early and allow comskip and post processing to have resources and subsequent scheduled recording not to have tuners blocked.

I thought that postgame would set a stop time even if it is early but if not I will change that for the future .netcore 8 version of NextEnd.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#414
2024-08-13, 07:01 PM
Looking at the code the --postgame 10 is all you need since the recording will simply end after the the 10 minutes, it doesn't need to be cancelled. If you want to force 10 minutes even if the show goes over the scheduled time use the --prempt parameter. If you do use --preempt you could block the tuner if you have back to back recordings and multi-rec isn't being used.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#415
2024-08-15, 12:01 PM (This post was last modified: 2024-08-15, 12:02 PM by mvallevand.)
I am going to need to check early since.  Testing the new build, this last frame of a recording was canceled before the ref even signaled the out.  Looks like postgame needs a minimum 1 minute.

Martin


Attached Files Thumbnail(s)
   
BackwardsK
Offline

Junior Member

Canada
Posts: 10
Threads: 0
Joined: Aug 2024
#416
2024-09-18, 01:45 AM
Code:
2024-09-18 00:05:07.838 [DEBUG][1]      NextEnd, Version=4.2.0.16485, Culture=neutral, PublicKeyToken=null
2024-09-18 00:05:07.860 [INFO][1]       Using remote RecordingService
2024-09-18 00:05:07.860 [DEBUG][1]      Command Line --oid 850 --early --postgame 5
2024-09-18 00:05:07.860 [DEBUG][1]      NextPVR extending = False
2024-09-18 00:05:07.860 [DEBUG][1]      Preparing this event
2024-09-18 00:05:07.860 [DEBUG][1]      MLB Baseball Toronto Blue Jays at Texas Rangers 2024-09-18 00:05:00
2024-09-18 00:05:08.934 [DEBUG][1]      LivePvrData.Data.Net.Responses.StatusResponse [Title=MLB Baseball, Status=Warmup, IsValid=True, IsActive=True, IsComplete=False, IsError=False, ]
2024-09-18 00:05:08.934 [DEBUG][1]      Monitor status = active
2024-09-18 00:05:08.948 [DEBUG][1]      Service not running cancel monitoring

Setting up a new install on a new box.  Got everything working but this plugin.  This game is actively recording without issue, but the plugin bailed as shown.

fwiw, on this new box, I'm running nextpvr via a manual installation on a non-standard port, maybe that's the issue?  Another game started recording at 1:40 and the plugin bailed out with the same "Service not running" message.  That game is also being happily recorded.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#417
2024-09-18, 01:55 AM
In config.xml what do you have for

Settings/WebServer/Port

It should be checking for that port being open on any network device.

Martin
BackwardsK
Offline

Junior Member

Canada
Posts: 10
Threads: 0
Joined: Aug 2024
#418
2024-09-18, 02:08 AM
Code:
  <WebServer>
    <UseCompression>true</UseCompression>
    <Enabled>true</Enabled>
    <Port>21097</Port>

That is the correct port the web service is running on.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,818
Threads: 954
Joined: May 2006
#419
2024-09-18, 02:22 AM (This post was last modified: 2024-09-18, 02:24 AM by mvallevand.)
Does the port show LISTENING on with netstat

The code it is using the example here https://learn.microsoft.com/en-us/dotnet...ew=net-8.0

Martin
BackwardsK
Offline

Junior Member

Canada
Posts: 10
Threads: 0
Joined: Aug 2024
#420
2024-09-18, 11:43 AM
Hmm... you might be on to something. This particular box is locked down and netstat isn't returning any output, which makes me think the GetActviveListeners call is probably returning nothing as well, even though the port is active. Is there any way to specify the ip/port manually?
« Next Oldest | Next Newest »

Users browsing this thread: 8 Guest(s)

Pages (44): « Previous 1 … 40 41 42 43 44 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  NextEnd Docker Install Mark-McG 61 8,349 2023-08-30, 09:15 PM
Last Post: mvallevand
  Comskip + NextEnd VCR58 12 2,487 2023-06-30, 02:26 PM
Last Post: mvallevand
  NextEnd Extension Mechanism jcole998 7 2,880 2020-05-24, 03:39 PM
Last Post: jcole998
  NextEnd V4 jcole998 1 1,843 2020-05-18, 01:35 PM
Last Post: mvallevand
  NextEnd: "Sports event monitor did not start" antenna 37 12,633 2019-10-27, 12:22 AM
Last Post: mvallevand
  NextEnd Interruption jcole998 2 1,869 2019-09-02, 05:54 PM
Last Post: jcole998
  NextEnd Readiness jcole998 24 8,578 2019-06-01, 01:33 PM
Last Post: jcole998
  Nextend help CDinger 5 4,119 2018-11-05, 03:59 PM
Last Post: mvallevand
  NextEnd not extending sports event antenna 26 11,623 2018-10-11, 04:25 PM
Last Post: mvallevand
  NextEnd Broken? jcole998 6 4,364 2018-09-15, 01:24 PM
Last Post: jcole998

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

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

Linear Mode
Threaded Mode