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
« Previous 1 2 3 4 5 … 20 Next »
Using R5000-HD with Network Recorder Plugin

 
  • 0 Vote(s) - 0 Average
Using R5000-HD with Network Recorder Plugin
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#191
2020-01-10, 03:41 AM
Yes I agree.  The line in the nbw opendct.sh you created (from r5000.sh), in the line:

opendct=/var/opt/nextpvr/scripts/r5000.py    will call r5000.py.  But based on what I'm seeing, does it not seem that r5000.py is initiating the R5000 to record, which the older opendct.py does.  Does that make sense?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#192
2020-01-10, 04:08 AM
No this doesn't make sense. The test of opendct.sh calling r5000.py looks good except the file wasn't growing.

I just did a test here and this worked for my HDHR

python3 /var/opt/nextpvr/scripts/r5000.py START "HDHomeRun HDTC-2US Tuner 10528531-1" 24.1 c:\\temp\\tvo.ts

so

python3 /var/opt/nextpvr/scripts/r5000.py START anyname 190 c:\\temp\\filename.ts

should work if the r5000 server is running.

Martin
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#193
2020-01-10, 03:03 PM (This post was last modified: 2020-01-10, 03:22 PM by checkbin99.)
Hi Martin.  Thank you again.  Yes what you suggested to run is what I was trying to get at but I guess I had the syntax wrong to just test the r5000.py script alone. 

I ran "python3 /var/opt/nextpvr/scripts/r5000.py START anyname 190 c:\\temp\\filename.ts"  - and it records perfectly.  I recorded one 15 minute segment on channel 190 and another 10 min. one using channel 132 and both did not stop and the video looks fine (BTW I also tried /mnt/R5000_Recordings/filename.ts at the end at that worked as well).

So why does it not work when I try to run by calling opendct.sh?  Do I need to do anything with the extra setting now that I have a different script?  I'm sorry I'm so ignorant on how this all fits together and I really appreciate all your help.

One other question.  The Emby NPVR plugin I downloaded is a .dll file.  That was the only one I could find.  I didn't think a .dll file would work on Linux but Emby does seem to see it as a plugin and I could configure the IP and port.  Is this the one I should be using with Emby?

Bill
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#194
2020-01-10, 03:57 PM
The run of opendct.sh on here https://forums.nextpvr.com/showthread.ph...#pid532675 seemed ok, although I asked you to pump up the seconds to 15.

The dll for Emby is netcore so it is multi-platform.

Martin
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#195
2020-01-11, 03:06 PM
Hi Martin.  Well here's the thing.  In that post you refer to you, you said the script reports the file isn't growing for 10 seconds, and asked if I saw the command logged on the Windows server? If so I might have to bump up the end time in opendct.py to seconds=15 or more until data starts flowing.  I did not see the command logged on the window server.  The NextCom app appeared it never got a record request and never even tried to star6.  So I didn't even try to bump up the wait time.

However I just noticed something else. I have 3rd channel I have set up is a local channel using my HDHomerun prime rather than the R5000, which I used to make sure my NextPVR setup was correctly before starting to test the R5000.  Now that channel no longer works too.  When I try to tune to it, I see the same thing on the screen as I do for the R5000 channels.  The screen says "Receiving Data. (45450000)" at the bottom but I never get video. Could having put the Emby plugin broke soemthing or did I mess something else up along the way?
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#196
2020-01-11, 03:19 PM (This post was last modified: 2020-01-11, 03:23 PM by checkbin99.)
Disregard my last comment about the 3rd channel.  I restarted the NPVR server and that channel is working now.  So I went back and tested the new scripts you sent me again.   Now the NextCom app is getting the start command but is not recording. I see activity but the file stays at zero.  So where in the r5000.py script do I need to bump up the time you recommended?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#197
2020-01-11, 03:43 PM
Is the file growing on the disk? Perhaps the server doesn't support it. I wonder, could you edit r5000.py and change the GET_SIZE to GET_FILE_SIZE and see if that helps.

Martin
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#198
2020-01-11, 09:16 PM
Really spinning my wheels on this.  I tried changing GET_SIZE to GET_FILE_SIZE in the r5000.py script.  I'm getting the same results with either setting.  The NextCom app tries to record but the file size never goes above zero.

Attached is a screenshot of what the NextCom app looks like and also the latest NextPVR logs.

Weird how running the command "python3 /var/opt/nextpvr/scripts/r5000.py START anyname 190 c:\\temp\\filename.ts"  works perfectly every time but in NextPVR the recording just wont go.


Attached Files
.zip   logs-20200111-1615.zip (Size: 478.87 KB / Downloads: 1)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#199
2020-01-11, 09:34 PM
There is no point in trying in in NextPVR these are the lines that need to work

https://forums.nextpvr.com/showthread.ph...#pid532674

When you changed GET_SIZE to GET_FILE_SIZE did you do it in the sh file too?

Martin
checkbin99
Offline

Member

Posts: 142
Threads: 1
Joined: Nov 2019
#200
2020-01-11, 09:55 PM
Oh sorry I did not change it in opendct.sh.  I just changed it there.  Now when I try to tune in NPVR, it seems   the NextCom app is not even trying to record at all.
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (26): « Previous 1 … 18 19 20 21 22 … 26 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to configure RemoteRecorder Plugin to use remote NextPVR instance? bm_00 5 3,137 2020-10-06, 12:32 PM
Last Post: mvallevand
  Connecting NVPR to Emby Plugin NVPR Geek 0 1,365 2018-06-10, 12:32 AM
Last Post: NVPR Geek
  YouTube Plugin whurlston 645 189,337 2017-11-25, 07:52 PM
Last Post: ga_mueller
  Newb here: Can someone help with a Plex Plugin issue? wepham 1 3,238 2017-02-07, 07:10 AM
Last Post: petenshari
  System Plugin Confused by New NPVR Naming Scheme Lao Pan 1 2,745 2016-09-25, 08:26 AM
Last Post: imilne
  Movies2 Plugin Problem... Anyone using it? ga_mueller 5 4,489 2016-08-22, 07:02 PM
Last Post: ga_mueller
  Network Recorder with more than 1 NPVR (how to)? SFX Group 9 6,181 2016-03-03, 05:57 PM
Last Post: UncT
  Plex Plugin Nikkie300 4 6,208 2016-01-24, 05:59 PM
Last Post: Nikkie300
  NextPVR Plex plugin, no live TV ajmast 15 9,687 2015-10-29, 03:45 AM
Last Post: ajmast
  Cant restart record service using System plugin on 3.4.8 shaunpatrick77 3 2,845 2015-05-19, 02:20 PM
Last Post: imilne

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

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

Linear Mode
Threaded Mode