NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 95 96 97 98 99 … 263 Next »
can i manually add stations for hvr-1600 qam

 
  • 0 Vote(s) - 0 Average
can i manually add stations for hvr-1600 qam
ryanmc
Offline

Member

Posts: 234
Threads: 52
Joined: May 2005
#1
2008-06-30, 01:53 AM
ive been trying to manually add qam channels that scan doesnt pickup using the information from my stb diagnostic info but im not sure how or where info goes.
i can see in this
T:80,1,4~P:4~V:1016~A:1017~PMT:1015~PCR:1016~N:>1.4 WNBC-HD* (000(AC3))
that program is 4, video is 1016, audio is 1017 but i dont know what the rest is T:80,1,4 pmt pcr etc..
i tried editing qam.ini using the frequency in this picture 561 and putting 250 to it making an entry in qam.ini 561250 and then scanning but it didnt find anything. is it possible to use the info from diagnostics and add the channels manually ?
ive also tried all different qam.ini filesa round with no luck
[Image: 0629082130.jpg]
2.6quadcore,4gbddr2,(2)hvr1600,(2)pvr150,a-100,mvp, windows7
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#2
2008-06-30, 02:28 AM
Try the following:
Code:
T:561000,1,4~P:4~V:1016~A:1017~N:>[color=Red]Put name here[/color]
The second and third numbers in the T: are not required. The first number in the T: can be the RF channel number or frequency. You already know the P:, V: and A:.

PMT should not be required.

Also try using 561000 in the qam.ini

If you still can't find the channel, it may be a signal issue.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#3
2008-06-30, 04:38 AM
80 and 561000 should be the same. Based on the manual adds if I was doing this one I would do it a little different from whurlston.

T:80,80,4~P:4~V:1016~A:1017~PMT:1015

Since it is standard channel 80 I'd guess this is signal related though.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#4
2008-06-30, 06:50 AM
Some drivers adjust automatically for center frequency and some don't which is why I suggested using the frequency. I wasn't sure how Hauppauge does it.
ryanmc
Offline

Member

Posts: 234
Threads: 52
Joined: May 2005
#5
2008-06-30, 10:41 AM
mvallevand Wrote:80 and 561000 should be the same. Based on the manual adds if I was doing this one I would do it a little different from whurlston.

T:80,80,4~P:4~V:1016~A:1017~PMT:1015

Since it is standard channel 80 I'd guess this is signal related though.

Martin

thanks whurlston , martin
how do you know 80 = 5610000 is there a chart or something the channel in the example is a working one i just used it for an example. in your example T:80,80 whats the second 80 mean? and what does pmt mean i dont see it in the current screen or any others but if i new what it stood for maybe its somewhere else ?
thanks again
2.6quadcore,4gbddr2,(2)hvr1600,(2)pvr150,a-100,mvp, windows7
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,186
Threads: 958
Joined: May 2006
#6
2008-06-30, 02:05 PM
PMT is the program map table an mpeg-ts thing. I misread your first post I thought you had it, I find mine in TSReader. You might want to install this, it lets you check individual channels without doing full scans and shows the frequencies for channels.

Martin
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#7
2008-06-30, 02:52 PM
Here is a good list of channels and their frequencies: http://www.silicondust.com/forum/viewtopic.php?t=2335
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#8
2008-07-03, 03:54 PM
ryanmc Wrote:ive been trying to manually add qam channels that scan doesnt pickup using the information from my stb diagnostic info
...
i tried editing qam.ini

I'm trying to understand how this all works, and this thread gives me some clues. If I've got it, then qam.ini controls the frequencies that are scanned, the starting frequency for each potential channel and the steps, etc.

Am I correct in assuming that config uses qam.ini to instruct the tuner, and the tuner then responds by confirming it does or does not see a channel at the designated frequency being scanned?

I also assume that config keeps a record of where channels were found. Where is this record kept? I assume it's in a database or file, but what's the name of that file? Is the file directly editable? IOW, can I go into a file and add a channel frequency that I think it should be able to tune, even if config didn't find one there, or change the frequency of a previously located file?

I thought I'd find this info in this thread, but if it is here, then I seem to be too stupid to spot it. Thanks for helping to clear up my confusion.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#9
2008-07-03, 08:36 PM
dennit Wrote:I'm trying to understand how this all works, and this thread gives me some clues. If I've got it, then qam.ini controls the frequencies that are scanned, the starting frequency for each potential channel and the steps, etc.
Correct.

dennit Wrote:Am I correct in assuming that config uses qam.ini to instruct the tuner, and the tuner then responds by confirming it does or does not see a channel at the designated frequency being scanned?
Sort of. Config reads qam.ini and intructs the tuner to tune to each frequency. Tuner returns a stream for that frequency which config reads to determine if any channels exist.

dennit Wrote:I also assume that config keeps a record of where channels were found. Where is this record kept? I assume it's in a database or file, but what's the name of that file? Is the file directly editable? IOW, can I go into a file and add a channel frequency that I think it should be able to tune, even if config didn't find one there, or change the frequency of a previously located file?
The tuning strings for all the found channels will be saved in a Scan-[TunerID].cache file in the gbpvr\BDA folder. When you map a channel, it's tuning string is entered into the gbpvr.db3 database.

dennit Wrote:I thought I'd find this info in this thread, but if it is here, then I seem to be too stupid to spot it. Thanks for helping to clear up my confusion.
It's in the thread now. Big Grin
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#10
2008-07-04, 12:35 AM
whurlston Wrote:It's in the thread now. Big Grin
Thanks!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  missing channels in specific bucket (46 radio stations) siekle 2 1,501 2021-04-20, 07:13 PM
Last Post: siekle
  Which is better the 1600 or the 1150 divinehammer 7 3,050 2012-04-24, 03:50 PM
Last Post: nitrogen_widget
  OTA ATSC tuners that work well? (HVR-1600 and 850 get horrible reception!) sgilani 8 4,014 2012-01-19, 02:38 PM
Last Post: johnnysocko
  HVR-1600 and HVR-1250 VE6CPU 4 2,843 2011-09-17, 03:51 AM
Last Post: VE6CPU
  Hauppauge WinTV HVR-1600 Hybrid Capture Card Software meccano 1 2,816 2011-08-14, 07:33 AM
Last Post: Reddwarf
  Boosting performance with Hauppage HVR 1600 DavidB 6 2,773 2010-11-30, 11:13 PM
Last Post: pBS
  Hauppauge 1600 Simultaneous recording nappysolo 3 2,459 2010-09-11, 06:09 PM
Last Post: sub
  Good HD Tv Card?... and not WinTV-HVR-1600 oldmanmarcin 4 2,411 2010-03-12, 06:36 AM
Last Post: ForestKlown
  audio popping: Hauppauge 1600 toomanyhandles 2 1,673 2010-02-13, 01:53 AM
Last Post: sub
  HVR 1600 remote sensor? tasan 0 1,223 2010-01-01, 09:28 AM
Last Post: tasan

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

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

Linear Mode
Threaded Mode