NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 185 186 187 188 189 … 433 Next »
Multi-record on HDHR Prime

Multi-record on HDHR Prime
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#1
2015-04-30, 02:22 PM
Sub, you had mentioned 3.4.8 would have the ability to multi - record on the same HDHR Prime tuner for back to back recordings with padding on the front and back ends. I just noticed that a recording I had just now on the same channel used two separate tuners.

Recoding #1 ran from 8:58 AM - 10:02 AM (Supernatural S1E14: Nightmare) and the second from 9:58 AM - 11:00 AM (Supernatural S1E15: The Benders). Recording #1 used tuner #0 and the second started on tuner #1. I managed to catch a screen shot at about 10am just as both were recording simultaneously. I ran a EPG update about a hour or so earlier if that makes a difference.

[ATTACHMENT NOT FOUND]

[ATTACH=CONFIG]40038[/ATTACH]
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2015-04-30, 04:43 PM
snagglewest Wrote:Sub, you had mentioned 3.4.8 would have the ability to multi - record on the same HDHR Prime tuner for back to back recordings with padding on the front and back ends. I just noticed that a recording I had just now on the same channel used two separate tuners.
Yep, it can still prefer to do that in some circumstances. There are lots of rules that go into choice of tuner.
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2015-04-30, 05:02 PM
@sub -

looks to me like something didn't work as it should have. NRecord purposely moved the second recording even though it didn't need to. note that it claims it needs a "different locator than another recording on same device", but then logs the exact same tuning string for both "Existing:" and "Required:":
Code:
2015-04-30 09:58:00.267    [DEBUG][9]    Scheduled Recording about to start maybe a candidate for moving to another tuner (different locator than another recording on same device)
2015-04-30 09:58:00.268    [DEBUG][9]    Existing:
[color=#FF0000]<sid>1066</sid><tsid>0</tsid><map>0</map><chan>0</chan><name>TNTHD</name>[/color]
2015-04-30 09:58:00.268    [DEBUG][9]    Required:
[color=#FF0000]<sid>1066</sid><tsid>0</tsid><map>0</map><chan>0</chan><name>TNTHD</name>[/color]
2015-04-30 09:58:00.268    [DEBUG][9]    Was allocated to capture source: 26
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 23
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 38
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 26
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 27
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [6932] 'TURN: Washington's Spies' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [6931] 'TURN: Washington's Spies' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [5773] 'Pirates of the Caribbean: At World's End' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    Found another available tuner for new recording. Now allocated to 27
2015-04-30 09:58:00.281    [DEBUG][9]    Recording successfully moved.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#4
2015-04-30, 05:06 PM
I tested this and found out that if you have an available Prime tuner it will use it. If all are in use then it will do Multi-Record.
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2015-04-30, 05:18 PM
NYPlayer Wrote:I tested this and found out that if you have an available Prime tuner it will use it. If all are in use then it will do Multi-Record.
that sounds like a double-failure of the logic; it shouldn't try to move the recording if multi-record is possible, and if all the tuners are in use it shouldn't then just start the recording anyway. seems like a case were two wrongs end up making a right.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2015-04-30, 05:46 PM
johnsonx42 Wrote:@sub -

looks to me like something didn't work as it should have. NRecord purposely moved the second recording even though it didn't need to. note that it claims it needs a "different locator than another recording on same device", but then logs the exact same tuning string for both "Existing:" and "Required:":
Code:
2015-04-30 09:58:00.267    [DEBUG][9]    Scheduled Recording about to start maybe a candidate for moving to another tuner (different locator than another recording on same device)
2015-04-30 09:58:00.268    [DEBUG][9]    Existing:
[color=#FF0000]<sid>1066</sid><tsid>0</tsid><map>0</map><chan>0</chan><name>TNTHD</name>[/color]
2015-04-30 09:58:00.268    [DEBUG][9]    Required:
[color=#FF0000]<sid>1066</sid><tsid>0</tsid><map>0</map><chan>0</chan><name>TNTHD</name>[/color]
2015-04-30 09:58:00.268    [DEBUG][9]    Was allocated to capture source: 26
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 23
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 38
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 26
2015-04-30 09:58:00.268    [DEBUG][9]    Checking possible candidate: 27
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [6932] 'TURN: Washington's Spies' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [6931] 'TURN: Washington's Spies' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    (ignoring [5773] 'Pirates of the Caribbean: At World's End' since it starts after this recording finishes)
2015-04-30 09:58:00.270    [DEBUG][9]    Found another available tuner for new recording. Now allocated to 27
2015-04-30 09:58:00.281    [DEBUG][9]    Recording successfully moved.
It's hard for me to be sure, since I don't have an HDHR Prime here, but the attached patch might help this specific scenario. I found one place where the multi-record logic was slightly different for an HDHR vs other multi-record capable devices.
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#7
2015-04-30, 06:00 PM
sub Wrote:It's hard for me to be sure, since I don't have an HDHR Prime here, but the attached patch might help this specific scenario. I found one place where the multi-record logic was slightly different for an HDHR vs other multi-record capable devices.

That worked!!!!!!!

2015-04-30 10:54:58.046 [DEBUG][14] GetExtraInfo: /Settings/Recording/ExtraRecordingDirectories
2015-04-30 10:54:58.046 [DEBUG][14] GetExtraInfo@exit
2015-04-30 10:59:00.060 [DEBUG][9] DefaultDirectoryChoice: first
2015-04-30 10:59:00.061 [DEBUG][9] Preferred filename is 'NUMB3RS.S04E12.Power'
2015-04-30 10:59:00.062 [DEBUG][9] allocating recording target filename: \\Nyplayer\npvrrecq\TVShows\NUMB3RS\NUMB3RS.S04E12.Power.ts
2015-04-30 10:59:00.062 [DEBUG][9] About to start recording (10031 on 29): \\Nyplayer\npvrrecq\TVShows\NUMB3RS\NUMB3RS.S04E12.Power.ts...
2015-04-30 10:59:00.062 [DEBUG][9] HDHomeRunRecorder.StartStream()
2015-04-30 10:59:00.062 [DEBUG][9] Multi-Record. Not retuning HDHomeRun. Already on the correct channel.
2015-04-30 10:59:00.063 [DEBUG][9] StartStream() returned handle=2
2015-04-30 10:59:00.063 [DEBUG][9] Allocated Handle: 2
2015-04-30 10:59:00.064 [DEBUG][9] Temp at 4/30/2015 10:59:10 AM
2015-04-30 10:59:00.064 [DEBUG][9] Started recording (10031:2:\\Nyplayer\npvrrecq\TVShows\NUMB3RS\NUMB3RS.S04E12.Power.ts)
2015-04-30 10:59:00.141 [DEBUG][9] No C:\Users\Public\NPVR\Scripts\ParallelProcessing.bat
2015-04-30 10:59:31.512 [DEBUG][17] GetExtraInfo: /Settings/Recording/ExtraRecordingDirectories
2015-04-30 10:59:31.512 [DEBUG][17] GetExtraInfo@exit
2015-04-30 11:02:00.151 [DEBUG][9] Stopping recording (10030 on 29). Past end time of recording. 1
2015-04-30 11:02:00.232 [DEBUG][9] StopStream(1)
2015-04-30 11:02:00.267 [DEBUG][9] Starting: C:\Users\Public\NPVR\Scripts\PostProcessing.bat "\\Nyplayer\npvrrecq\TVShows\NUMB3RS\NUMB3RS.S04E11.Breaking Point.ts" 5 10030 29 "NUMB3RS"
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#8
2015-04-30, 06:24 PM
One thing I did notice is that the NTRAY icon does not show both shows recording in the Status only shows one ... but in fact there are 2 recording on the same tuner.
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#9
2015-04-30, 06:37 PM
Right you are. This one should fix the activities reported by the tray app.
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#10
2015-04-30, 07:01 PM (This post was last modified: 2015-04-30, 07:10 PM by NYPlayer.)
Great job See Attached screenshot also LIVETV is working great now I do not know if it was related. As I use Prime for livetv.
NEXTPVR Server Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8.1 Pro. 64bit, 2 HdHomerun units(OTA Tuners) , 1 HD Homerun Prime , for a total of 7 HD Tuners , LinkSYS 16 port Gigabyte Switch.
D-link 857 Router
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can't watch certain channels on live tv (but can record) tvwatcher 4 2,284 2021-05-05, 06:23 AM
Last Post: tvwatcher
  Recordings with Next PVR 4.2.5 (CL0116) have background music but no voice in record DavidF 4 2,216 2021-01-07, 08:47 AM
Last Post: sub
  Possible to record in different format than .ts files? gadgetgaz 29 13,351 2020-10-04, 03:05 PM
Last Post: Ehrlichia
  Can't record repeating programs dave22 2 1,906 2020-04-20, 04:27 PM
Last Post: sub
  No data delivered/failed to lock a signal? from Hauppauge HDHR/DCR-2650 bishoph 8 3,792 2020-04-13, 09:55 PM
Last Post: sub
  Windows 10 Record Issues Captain Jack 11 5,658 2020-02-02, 09:11 PM
Last Post: Captain Jack
  Record direct from live tv? rv0987 3 2,021 2019-11-01, 12:29 PM
Last Post: rv0987
  Won't Record with Windows 10 v. 1903 GWCowling323 5 3,553 2019-10-15, 03:51 PM
Last Post: mvallevand
  NextPVR - black screen when watching and can't record XC-3730C 5 3,119 2019-10-14, 05:08 PM
Last Post: sub
  HDHR Recordings Include Data From Wrong Channel During Post-Padding BrettB 2 5,268 2019-10-12, 05:34 PM
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