NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 53 54 55 56 57 … 263 Next »
HDHomeRun instructions updated.

 
  • 0 Vote(s) - 0 Average
HDHomeRun instructions updated.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#11
2008-09-12, 03:53 PM
Do you have the header file that defines IHDHomeRun_ProgramFilter?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#12
2008-09-12, 04:23 PM
Sorry, no, but I'll contact Nick and see if I can get it for you.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#13
2008-09-13, 01:43 AM
whurlston Wrote:The second one isn't filtered. It may be because the filter command got sent before the channel change completed. Try adjusting the time to a higher value. Default is 3 seconds so add say "5.0" to the end of the channel changer command.

:o I was pulling my hair out on why I could not get the second tuner to filter...so I added a couple of logger lines to your code to see what was being sent to the HDHomeRun.....well....you guessed it.....user error..... I had a copy/past faux pas on the second tuner....I forgot to change the tunner id to be a 1 so it was sending the command to tuner 0....:o

All fixed up now...... Big Grin

On the other subject of the developer info being updated....does this mean there may be native interface to GBPVR for filtering?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#14
2008-09-13, 01:57 AM
Hi, I'm new to the GBPVR scene and am using the HD Homerun with ATSC and ffdshow mpeg-4 as the decoder on a 1080p set. On stations with subchannels, it doesn't display the video. Is that the sort of thing this filter app is for? It's not really clear in the OP.

Also, Whurlston, glad to see you have a HDHR! did you edit go.ini or direct.ini for best compatibility? There doesn't seem to be any documentation on what these files do. The resolution of the decoded video doesn't seem good, with visible edge ailiasing (jaggies) that isn't apparent when playing the video with VLC. It's not clear where the setting for video decode resolution is in GBPVR.

Finally, when playing live, channel changing using the up/down arrows doesn't work. my channel changer in the config is set to 'no channel changer required' but maybe that's not true?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#15
2008-09-13, 02:23 AM
UncleJohnsBand Wrote:On the other subject of the developer info being updated....does this mean there may be native interface to GBPVR for filtering?
It doesnt currently ask the HDHomeRun to do any filtering, but i'll try to add it.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#16
2008-09-13, 02:57 AM
drlava Wrote:Hi, I'm new to the GBPVR scene and am using the HD Homerun with ATSC and ffdshow mpeg-4 as the decoder on a 1080p set. On stations with subchannels, it doesn't display the video. Is that the sort of thing this filter app is for? It's not really clear in the OP.
If you are using over the air ATSC, you don't really need to use the filter app. It's mainly to decrease network traffic on cable QAM channels where you are getting a 38Mbps stream.

drlava Wrote:Also, Whurlston, glad to see you have a HDHR! did you edit go.ini or direct.ini for best compatibility? There doesn't seem to be any documentation on what these files do. The resolution of the decoded video doesn't seem good, with visible edge ailiasing (jaggies) that isn't apparent when playing the video with VLC. It's not clear where the setting for video decode resolution is in GBPVR.
Had one for a while. Wink In fact my very first post on this forum was to ask if GBPVR supported it. sub told me no, so I bought a book on C# Big Grin

go.ini and direct.ini are for different types of devices. The only ini you need to edit is the bda.ini. I wrote instructions at http://www.silicondust.com/forum/viewtopic.php?t=5449

If your video is not as good as VLC, try different decoders. Also, you would be using MPEG-2 decoding, not MPEG-4. Your MPEG-2 decoder is set up in Config's "Playback" tab.

drlava Wrote:Finally, when playing live, channel changing using the up/down arrows doesn't work. my channel changer in the config is set to 'no channel changer required' but maybe that's not true?
Your channel changer is set correctly. I just use the channel changer option for launching the filtering program because it get's launched on every channel change. Your issue will probably be solved by editing your devnz\gbpvr\config.xml and change <BDASubmitTuningRequestTwiceOnLivePreview> to "true". Use notepad to edit and not wordpad. Back up config.xml before editing. Also make sure you add firewall exceptions for the exes listed in the above link.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#17
2008-09-13, 03:06 AM
UncleJohnsBand Wrote::o I was pulling my hair out on why I could not get the second tuner to filter...so I added a couple of logger lines to your code to see what was being sent to the HDHomeRun.....well....you guessed it.....user error..... I had a copy/past faux pas on the second tuner....I forgot to change the tunner id to be a 1 so it was sending the command to tuner 0....:o
Yeah yeah, just testing me huh? :p

UncleJohnsBand Wrote:On the other subject of the developer info being updated....does this mean there may be native interface to GBPVR for filtering?
Soon we hope. As soon as we can get sub the info he needs and he has time to implement it. I'm not trying to overload him or get him to prioritize it though. I figure as soon as he gets a DVB-T version he'll be doing it anyway. Wink
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#18
2008-09-13, 03:19 AM (This post was last modified: 2008-09-13, 03:30 AM by drlava.)
whurlston Wrote:go.ini and direct.ini are for different types of devices. The only ini you need to edit is the bda.ini. I wrote instructions at http://www.silicondust.com/forum/viewtopic.php?t=5449
thanks, yes those were the first instructions I saw and followed when I set this up. Thanks for them!

Quote:If your video is not as good as VLC, try different decoders. Also, you would be using MPEG-2 decoding, not MPEG-4. Your MPEG-2 decoder is set up in Config's "Playback" tab.
Yes, I know the video is mpeg2, it was just the ffdshow was called mpeg4 it's this one:
http://www.free-codecs.com/download/FFDshow.htm
is that not the best one to use? What do you use? Also, where is the setting that tells the decoder the target resolution?

Quote:Your channel changer is set correctly. I just use the channel changer option for launching the filtering program because it get's launched on every channel change. Your issue will probably be solved by editing your devnz\gbpvr\config.xml and change <BDASubmitTuningRequestTwiceOnLivePreview> to "true". Use notepad to edit and not wordpad. Back up config.xml before editing. Also make sure you add firewall exceptions for the exes listed in the above link.

Ok, if my channel changer is set correctly, it's a mystery why it displays a black screen after attempting to change channels right now. Do you still have a HD Homerun? It seems like a great, flexible dual tuner solution.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#19
2008-09-13, 03:43 AM
drlava Wrote:Yes, I know the video is mpeg2, it was just the ffdshow was called mpeg4 it's this one:
http://www.free-codecs.com/download/FFDshow.htm
is that not the best one to use? What do you use? Also, where is the setting that tells the decoder the target resolution?
Ah, sorry, I didn't realize they were calling it MPEG-4. I personally use the Cyberlink decoders from PowerDVD8 and the Arcsoft decoders.

drlava Wrote:Ok, if my channel changer is set correctly, it's a mystery why it displays a black screen after attempting to change channels right now. Do you still have a HD Homerun? It seems like a great, flexible dual tuner solution.
It may be because of the resolution change not being handled properly by the decoder. I don't use ffdshow so unfortunately I can't tell you what settings to try. There is a thread on AVSforum related to ffdshow that may help or someone else here may know.

You could try downloading the PDVD8 or installing the Total Media App that comes with the HDHomeRun and try their decoders.
drlava
Offline

Member

Posts: 192
Threads: 18
Joined: Jul 2007
#20
2008-09-13, 06:47 AM
Ok, I installed power dvd 8 and also arcsoft total media decoders and tried them. Both give similar results. None of the decoders can deocde the 1080i ATSC streams, but work fine with 720p streams. I tried ffdshow, mpeg deocder, arcsoft decoder, and powerdvd8 decoder.
below is a screen grab of VLC playing back a stream, you can see it's 1920x1088 (not 1080). If I play the stranded stream files in my temp directory with VLC, it can play them fine.

http://hacylon.case.edu/vlcsnap-189103.png
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Replace Hauppauge tuner card with Hauppauge 1682 or HDHomeRun Flex Duo? mountainsoft 0 1,145 2022-10-29, 01:34 AM
Last Post: mountainsoft
  NextPVR 6 Failure adding HDHomeRun Prime bail9stamina2GONE 21 4,733 2022-10-10, 03:04 AM
Last Post: mvallevand
  HDHomeRun Prime Installation to NextPVR using reclaimed cablecard wwhenderson 7 2,821 2022-03-30, 12:09 AM
Last Post: sub
  HDHomeRun CONNECT DUO? zodiac 1 1,569 2021-05-16, 02:29 PM
Last Post: BrettB
  Replacement for HDHomeRun Prime rosede 15 9,361 2021-03-23, 12:14 AM
Last Post: techpro2004
  HDHomeRun Quattro Opinions / Alternatives NumberFive 8 2,957 2021-02-13, 12:12 PM
Last Post: NumberFive
  HDHomeRun Duo (has 1TB storage) Stretchwc 4 2,832 2020-08-20, 06:36 PM
Last Post: mvallevand
  HDHomeRun QUATRO 4K for ATSC 3.0 ElihuRozen 1 2,006 2020-04-23, 03:17 AM
Last Post: pcostanza
  HDHomerun Quatro question clones 1 2,026 2018-11-01, 06:40 PM
Last Post: 2leftfeet
  New HDHomeRun after the first failed sandflea 12 6,165 2018-05-05, 03:19 PM
Last Post: sandflea

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

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

Linear Mode
Threaded Mode