NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 136 137 138 139 140 … 263 Next »
AverMedia Hybrid M115 H/W MPEG Card

 
  • 0 Vote(s) - 0 Average
AverMedia Hybrid M115 H/W MPEG Card
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#1
2007-06-04, 07:09 PM
I just purchased an Acer 9810-6829 notebook computer. It has a built-in AverMedia Hybrid M115 with hardware mpeg encoder. It is currently running Windows XP Pro cause Vista Ultimate irritated me beyond belief.

There is a post that is over a year old "analog side is not compatible" that says the digital side will probably work with BDA drivers, but not the analog side. Is that still the case?
:confused: Please help me understand why this card won't work.:confused:

The card has WHQL certified drivers, supports Windows XP, XP MCE 2005 & Vista. I really want to connect this notebook to cable to watch and record shows with GB-PVR. Needless to say that would need the analog side working properly.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2007-06-04, 07:36 PM
I dont have any AverMedia hardware, so unlikely to be something I'll add support for myself, but if it has hardware encoder and a directshow filter layout similar to the Hauppauge/Ati/Nvidia cards, then you might be able to get it working. You'd need to create a new section in the direct.ini file, starting with a copy of the PVR150 definition, and editing it to have the correct filter names for your card. You can use GraphEdit (google for it) to find the correct filter and pin names.
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#3
2007-06-04, 08:57 PM
Thanks for the pointers, Sub.
I'll try that and see if I can get it working.
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#4
2007-06-05, 06:29 PM
I am getting an error whenever I click on Live TV.
Error: object reference not set to an instance of an object

Any ideas? I searched the forums and found a reference to a plugin causing an error like this. So I disabled all plugins, restarted GB-PVR and tried again. I still got the error.

Here are the additions I made to the direct.ini & bda.ini. I got the names from GraphEdit.

DIRECT.INI
[AVerMedia Hybrid H/W MPEG Card, M115 (DVBT/NTSC/PAL/SECAM)]
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=1
BLACKBIRD=1
CONEXANT=1
FILTER_CROSSBAR=AVerMedia BDA Analog Xbar
FILTER_CAPTURE=AVerMedia BDA Analog Capture
FILTER_TV_TUNER=AVerMedia BDA Analog TV Tuner
FILTER_TV_AUDIO=AVerMedia BDA Analog Audio Capture
FILTER_ENCODER=AVerMedia BDA MPEG PS Encoder
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Capture
PIN_CAPTURE_656_OUT=656
PIN_ENCODER_656_IN=656
PIN_ENCODER_OUT=MPEG
PIN_WRITER_INPUT_IN=Input

BDA.INI
[AVerMedia Hybrid H/W MPEG Card, M115 (DVBT/NTSC/PAL/SECAM)]
TUNING_TYPE=DVB-T
FILTER_TUNER=AVerMedia BDA DVBT Tuner
FILTER_CAPTURE=AVerMedia BDA Digital Capture
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=MPEG2 Transport
PIN_CAPTURE_OUT=MPEG2 Transport
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#5
2007-06-05, 06:37 PM
Reproduce the problem, then zip and attach the logs and I'll take a look.
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#6
2007-06-05, 07:18 PM
Here you go.

Thanks for the help.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#7
2007-06-05, 07:22 PM
Quote:2007-06-05 15:02:31.281 VERBOSE FindFilterByName failed to locate filter: AVerMedia BDA Analog Audio Capture
Its complaining about your FILTER_TV_AUDIO= line. Its worth noting this filter name wouldnt usually have a word like "capture" as part of its name, which makes me think you've used the wrong filtername. In graphedit, you'd find its name in the 'WDM Strem TV Audio Devices' category.
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#8
2007-06-05, 11:55 PM
Oops. Thanks for finding that. Are there any docs or tips for the log files so I can try finding these errors? After I changed that name I'm getting the same error. I've restarted my computer to make sure the ini file would be re-read. I have attached the current log files.

Here are my current settings from the direct.ini after getting the correct FILTER_TV_AUDIO line.

[AVerMedia Hybrid H/W MPEG Card, M115 (DVBT/NTSC/PAL/SECAM)]
FILTER_CROSSBAR=AVerMedia BDA Analog Xbar
FILTER_CAPTURE=AVerMedia BDA Analog Capture
FILTER_TV_TUNER=AVerMedia BDA Analog TV Tuner
FILTER_TV_AUDIO=AVerMedia BDA Analog TV Audio
FILTER_ENCODER=AVerMedia BDA MPEG PS Encoder

Thanks for all your help.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#9
2007-06-06, 12:10 AM
Can you run FilterCheck then attach the resulting FilterCheck.log: http://forums.gbpvr.com/showpost.php?p=1...ostcount=6

Also post your complete direct.ini section, including the pin names so I can check you've got them right.
ticun
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Jun 2007
#10
2007-06-06, 12:38 AM
Here you go. I haven't changed the PIN entries. Do I have to?

Direct.ini Section

[AVerMedia Hybrid H/W MPEG Card, M115 (DVBT/NTSC/PAL/SECAM)]
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=1
BLACKBIRD=1
CONEXANT=1
FILTER_CROSSBAR=AVerMedia BDA Analog Xbar
FILTER_CAPTURE=AVerMedia BDA Analog Capture
FILTER_TV_TUNER=AVerMedia BDA Analog TV Tuner
FILTER_TV_AUDIO=AVerMedia BDA Analog TV Audio
FILTER_ENCODER=AVerMedia BDA MPEG PS Encoder
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Capture
PIN_CAPTURE_656_OUT=656
PIN_ENCODER_656_IN=656
PIN_ENCODER_OUT=MPEG
PIN_WRITER_INPUT_IN=Input
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Magewell 11100 Quad-HDMI Capture Card Len_Lekx 2 255 2025-06-03, 01:18 AM
Last Post: Len_Lekx
  Hauppauge quadHD card no channels found (Debian 11) bgowland 11 1,091 2025-04-14, 03:47 PM
Last Post: bgowland
  TBS 6985 Quad DVBS/S2 Card Replacement sota 3 1,520 2024-01-22, 03:31 PM
Last Post: sota
  Tuner Card tesla1886 4 1,416 2023-09-02, 12:30 AM
Last Post: tesla1886
  Changed TV card cannot set up channels bass_gas 3 1,026 2023-06-27, 08:37 PM
Last Post: bass_gas
  New tuner card out. buntay20 10 2,348 2023-06-09, 01:44 PM
Last Post: NumberFive
  Does the TBS6909 satellite card work on NextPVR? LeoL 5 1,590 2023-02-19, 03:34 PM
Last Post: mvallevand
  MyGica X692 Quad Capture Card Error LTKodiUser 1 1,107 2022-11-10, 11:27 AM
Last Post: mvallevand
  Replace Hauppauge tuner card with Hauppauge 1682 or HDHomeRun Flex Duo? mountainsoft 0 1,124 2022-10-29, 01:34 AM
Last Post: mountainsoft
  TV Tuner card question? manishkob 1 1,835 2021-10-11, 04:41 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode