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 … 356 357 358 359 360 … 433 Next »
Configuring Hauppauge Colossus

Configuring Hauppauge Colossus
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#11
2011-03-03, 08:30 PM
Too big to upload, even when zipped, let me fiddle a bit...
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#12
2011-03-03, 08:34 PM
If you do an 'empty epg' then you should be able to zip and attach ok.

I suspect a column is missing in your database.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#13
2011-03-03, 10:17 PM
Interesting, I ran 'empty epg', but the filesize didn't change - no listings though.
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#14
2011-03-03, 11:09 PM
Can you check if you HDPVR_RECORDER table has a crossbar_filter column?
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#15
2011-03-04, 12:17 AM
No, it does not. I assume it's a varchar type, but how many?
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#16
2011-03-04, 12:29 AM
These are the commands it was supposed to execute on existing databases.

alter table HDPVR_RECORDER add column crossbar_filter VARCHAR(255)
update HDPVR_RECORDER set crossbar_filter = 'Hauppauge HD PVR Crossbar' where crossbar_filter is null
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#17
2011-03-04, 01:34 AM
I created a crossbar_filter field - the value it was looking for was 'Hauppauge Colossus Crossbar', however. I had to fill the oid field manually, also instance and source. The changer exe and changer args will now stick. However, when I do quick record, it does not call the changer. I already had channels defined, do I need to toss these and make new to have the changer applied?
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#18
2011-03-04, 12:08 PM
The daily report - by hand configuring the db, npvr now sees and uses the Colossus for recording and live tv. I cleared the channels and reassigned channels to the Colossus - the changer_exe info is now in the db, but channel changing still doesn't work. In the record logs there are no calls to the blaster/changer. I use channelw.exe over firewire to change channels - works fine called manually.
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 106,734
Threads: 767
Joined: Nov 2003
#19
2011-03-04, 04:30 PM
mulletback Wrote:The daily report - by hand configuring the db, npvr now sees and uses the Colossus for recording and live tv. I cleared the channels and reassigned channels to the Colossus - the changer_exe info is now in the db, but channel changing still doesn't work. In the record logs there are no calls to the blaster/changer. I use channelw.exe over firewire to change channels - works fine called manually.
Reproduce the problem, then post the npvr.log and nrecord.log and I'll take a look.
mulletback
Offline

Member

USA
Posts: 237
Threads: 10
Joined: Feb 2006
#20
2011-03-05, 02:25 PM
OK then, I have the Colossus working in npvr and the changer is working as well. Here's what I found:

First, the channel change command is "c:\NPVR\channelw.exe -f 2 {channel}". The path to the exe and the argument are correct in the HDVPR_RECORDER table.

here's what I found in the CHANNEL_MAPPING table:

Old channels put in before the Colossus was properly configured FAIL to tune and look like this in the "tuning" field:

<tuning>
<type>HDPVR</type>
<locator>
<channel>397</channel>
<input>0</input>
<blaster_executable></blaster_executable>
<blaster_args></blaster_args>
</locator>
</tuning>

There is no "Running blaster" line in the record.log.

New channels defined AFTER the Colossus was properly configured FAIL to tune and look like this:

<tuning>
<type>HDPVR</type>
<locator>
<channel>398</channel>
<input>0</input>
<blaster_executable>c:\NPVR\channelw.exe</blaster_executable>
<blaster_args>c:\NPVR\channelw.exe</blaster_args>
</locator>
</tuning>

Note the <blaster_args> value (I didn't try putting in the proper args)

There is this line in record.log: "Running blaster: c:\NPVR\channelw.exe c:\NPVR\channelw.exe"

Putting in this tuning field works:

<tuning>
<type>HDPVR</type>
<locator>
<channel>405</channel>
<input>0</input>
</locator>
</tuning>

In record.log "Running blaster: c:\NPVR\channelw.exe -f 2 405"

So, I have all the tuning working now. I suppose I could have corrected the <blaster_args> values, but it was easier to globally remove all references to <blaster_executable> and <blaster_args> in CHANNEL_MAPPING.

So the question is "why isn't the <blaster_args> value populated properly"? :confused:
npvr5/win10-64/b450m-a/ryzen3400g/radeonvega11/wintvquadHD/clearstream2antenna+hivhffoldeddipole
/schedulesdirect
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Hauppauge WinTV-HVR-950 - Analog FM Radio No sound RazorRust 8 1,994 2022-04-02, 05:50 PM
Last Post: mvallevand
  Colossus 2 Audio issue artmetz 15 4,366 2021-02-10, 07:02 PM
Last Post: shspvr
  No data delivered/failed to lock a signal? from Hauppauge HDHR/DCR-2650 bishoph 8 3,646 2020-04-13, 09:55 PM
Last Post: sub
  Recent problem with Hauppauge WinTV-dual HD TV Tuner Christen 2 4,383 2019-10-12, 02:05 PM
Last Post: Christen
  Colossus Audio Track Problems SilverTiger 3 1,608 2019-09-30, 11:51 PM
Last Post: SilverTiger
  NextPVR channel changing between DVB-T and Hauppauge Colossus channels: Update three6zerocool 0 1,303 2019-09-28, 09:55 AM
Last Post: three6zerocool
  NextPVR, Hauppauge Colossus and issues changing between PCM and AC3 audio streams three6zerocool 13 4,264 2019-09-05, 07:27 AM
Last Post: three6zerocool
  Recording 1080P with Colossus 2 SilverTiger 18 5,042 2019-08-12, 12:28 AM
Last Post: sub
  Replaced colossus - now "no show details" SilverTiger 7 2,285 2019-06-12, 11:15 AM
Last Post: SilverTiger
  Colossus Issues? macgyver 0 854 2019-04-05, 04:12 PM
Last Post: macgyver

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

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

Linear Mode
Threaded Mode