NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 228 229 230 231 232 … 1231 Next »
problem setting up the adio graph with nvidia dualtv

 
  • 0 Vote(s) - 0 Average
problem setting up the adio graph with nvidia dualtv
erik
Offline

Posting Freak

Posts: 1,143
Threads: 124
Joined: Apr 2005
#1
2007-06-09, 11:27 AM
I can not get GBPVR to play live TV with the new nvidia dualtv card. Playback old recordings works OK. All new recordings have zero size

I get the following error in the native log when tryin to play timeshifed video

Code:
2007-06-09 12:55:27.328 INFO Log started 2007-06-09 12:55:27.328 VERBOSE ConexantRecorder::StartRecording(1, 31, 1, 0) 2007-06-09 12:55:27.328 VERBOSE target filename: C:\GBPVR\Live\Tussen kunst en kitsch op reis_2_20070609_12301300.mpg 2007-06-09 12:55:27.343 VERBOSE Capture Device is based on BlackBird architecture 2007-06-09 12:55:27.343 VERBOSE Capture Device is using Conexant (derived) drivers 2007-06-09 12:55:27.343 VERBOSE Loading filter names 2007-06-09 12:55:27.343 VERBOSE Found names: 2007-06-09 12:55:27.343 VERBOSE NVIDIA DualTV CrossBar 2 2007-06-09 12:55:27.343 VERBOSE NVIDIA DualTV Capture 2 2007-06-09 12:55:27.343 VERBOSE NVIDIA DualTV Tuner 2 2007-06-09 12:55:27.343 VERBOSE NVIDIA DualTV TVAudio 2 2007-06-09 12:55:27.453 VERBOSE ConnectPins: 'Analog Audio' to 'TVAudio In' 2007-06-09 12:55:27.562 VERBOSE ConnectPins: 'Audio Decoder Out' to 'Audio In' 2007-06-09 12:55:27.562 ERROR Failed to get capture filter output pin. This will cause encoder auto-detection to fail

Seems there is some error in setting up the audio stream
Also VLC gives an error when trying to connect the audio to play the dshow tuner
MCE is able to play and record live TV

I added all logs and the lastgraph.

Any suggestions?
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
erik
Offline

Posting Freak

Posts: 1,143
Threads: 124
Joined: Apr 2005
#2
2007-06-10, 05:06 PM
OK, no help from the comunity so I must be the only one with this problem.
Here is the solution.

There is a problem with NVidia DualTV when you install a version other then English language

Run FilterCheck

Part of the output is
Code:
14:23:30.281 INFO found: NVIDIA DualTV Capture 14:23:30.296 INFO - (input) Analoge video-ingang 14:23:30.296 INFO - (input) Audio In 14:23:30.296 INFO - (output) Vastleggen 14:23:30.296 INFO - (output) Audio Out 14:23:30.296 INFO - (output) Voorbeeld 14:23:30.296 INFO - (output) PCM Out 14:23:30.296 INFO - (output) VBI

Now look at direct.ini
The part for the nvidia dualTV contains the following fragment
Code:
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In PIN_CAPTURE_ANALOG_AUDIO_IN=Audio In PIN_CAPTURE_I2S_OUT=Audio Out PIN_CAPTURE_656_OUT=Capture

As you can see the pin names are not the same!!!!!!!
Change the in direct.ini to
Code:
PIN_CAPTURE_ANALOG_VIDEO_IN=Analoge video-ingang // The first capture input pin in the FilterCheck log file PIN_CAPTURE_ANALOG_AUDIO_IN=Audio In PIN_CAPTURE_I2S_OUT=Audio Out PIN_CAPTURE_656_OUT=Vastleggen // The first capture output pin in the FilterCheck log file

Do this for both [Nvidia DualTV Tuner#1] and [Nvidia DualTV Tuner#2]
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#3
2007-06-10, 05:14 PM
Sorry, I had meant to reply but forgot to come back to it.

Hauppauge used to change the pin names for localised names in this same way. Luckily they stopped doing this, and this hasnt been a problem since, until now with this device.

I'll see if I can add support for dynamically detecting these pin names in the near future, but for now make sure you make a backup copy the direct.ini file before the next release - so you can reapply these changes easily.

Good find.
erik
Offline

Posting Freak

Posts: 1,143
Threads: 124
Joined: Apr 2005
#4
2007-10-27, 07:59 PM
The problem came back after installing 1.0.16

I re-applied the changes to direct.ini but I can not get it to workl

Someone to helpme!!!!

This is the error I get

Code:
2007-10-27 21:49:42.343 VERBOSE Loading filter names 2007-10-27 21:49:42.343 VERBOSE Found names: 2007-10-27 21:49:42.343 VERBOSE NVIDIA DualTV CrossBar 2007-10-27 21:49:42.343 VERBOSE NVIDIA DualTV Capture 2007-10-27 21:49:42.343 VERBOSE NVIDIA DualTV Tuner 2007-10-27 21:49:42.343 VERBOSE NVIDIA DualTV TVAudio 2007-10-27 21:49:42.671 VERBOSE ConnectPins: 'Analog Audio' to 'TVAudio In' 2007-10-27 21:49:43.093 VERBOSE ConnectPins: 'Audio Decoder Out' to 'Audio In' 2007-10-27 21:49:43.093 ERROR Failed to get capture filter output pin. This will cause encoder auto-detection to fail

Filtercheck log file
Code:
21:43:56.812 INFO Log started 21:43:56.812 INFO Filter Check v1.0 21:43:56.812 INFO 21:43:56.812 INFO 21:43:56.812 INFO Checking AM_KSCATEGORY_CAPTURE filters 21:43:56.828 INFO found: SigmaTel Audio 21:43:56.843 INFO - (input) Pc-luidspreker 21:43:56.843 INFO - (output) DAC 21:43:56.843 INFO - (input) SPDIF-interface 21:43:56.843 INFO - (input) ADC 21:43:56.843 INFO - (output) Opnameregeling 21:43:56.843 INFO 21:43:56.843 INFO found: NVIDIA DualTV Capture 21:43:56.843 INFO - (input) Analoge video-ingang 21:43:56.843 INFO - (input) Audio In 21:43:56.843 INFO - (output) Vastleggen 21:43:56.843 INFO - (output) Audio Out 21:43:56.843 INFO - (output) Voorbeeld 21:43:56.843 INFO - (output) PCM Out 21:43:56.843 INFO - (output) VBI 21:43:56.843 INFO 21:43:56.843 INFO found: NVIDIA DualTV YUV Capture 21:43:56.843 INFO - (input) Analoge video-ingang 21:43:56.843 INFO - (input) Audio In 21:43:56.843 INFO - (output) Vastleggen 21:43:56.843 INFO - (output) PCM Out 21:43:56.843 INFO 21:43:56.843 INFO found: NVIDIA DualTV PCM Capture 21:43:56.843 INFO - (output) PCM Out 21:43:56.843 INFO 21:43:56.843 INFO found: NVIDIA DualTV Capture 2 21:43:56.859 INFO - (input) Analoge video-ingang 21:43:56.859 INFO - (input) Audio In 21:43:56.859 INFO - (output) Vastleggen 21:43:56.859 INFO - (output) Audio Out 21:43:56.859 INFO - (output) Voorbeeld 21:43:56.859 INFO - (output) PCM Out 21:43:56.859 INFO - (output) VBI 21:43:56.859 INFO 21:43:56.859 INFO found: NVIDIA DualTV YUV Capture 2 21:43:56.859 INFO - (input) Analoge video-ingang 21:43:56.859 INFO - (input) Audio In 21:43:56.859 INFO - (output) Vastleggen 21:43:56.859 INFO - (output) PCM Out 21:43:56.859 INFO 21:43:56.859 INFO found: NVIDIA DualTV PCM Capture 2 21:43:56.859 INFO - (output) PCM Out 21:43:56.859 INFO 21:43:56.859 INFO 21:43:56.859 INFO 21:43:56.859 INFO Checking AM_KSCATEGORY_ENCODER filters 21:43:56.859 INFO 21:43:56.859 INFO 21:43:56.859 INFO Checking AM_KSCATEGORY_CROSSBAR filters 21:43:56.859 INFO found: NVIDIA DualTV CrossBar 21:43:56.859 INFO - (input) 0: Video Tuner In 21:43:56.859 INFO - (input) 1: Video Composite In 21:43:56.859 INFO - (input) 2: Video SVideo In 21:43:56.859 INFO - (input) 3: Audio Tuner In 21:43:56.859 INFO - (input) 4: Audio Line In 21:43:56.859 INFO - (output) 0: Video Decoder Out 21:43:56.859 INFO - (output) 1: Audio Decoder Out 21:43:56.859 INFO 21:43:56.859 INFO found: NVIDIA DualTV CrossBar 2 21:43:56.859 INFO - (input) 0: Video Tuner In 21:43:56.859 INFO - (input) 1: Video Composite In 21:43:56.859 INFO - (input) 2: Video SVideo In 21:43:56.859 INFO - (input) 3: Audio Tuner In 21:43:56.859 INFO - (input) 4: Audio Line In 21:43:56.859 INFO - (output) 0: Video Decoder Out 21:43:56.859 INFO - (output) 1: Audio Decoder Out 21:43:56.859 INFO 21:43:56.859 INFO 21:43:56.859 INFO 21:43:56.859 INFO Checking AM_KSCATEGORY_TVTUNER filters 21:43:56.859 INFO found: NVIDIA DualTV Tuner 21:43:56.921 INFO - (output) Analog Video 21:43:56.921 INFO - (output) Analog Audio 21:43:56.921 INFO 21:43:56.921 INFO found: NVIDIA DualTV Tuner 2 21:43:56.984 INFO - (output) Analog Video 21:43:56.984 INFO - (output) Analog Audio 21:43:56.984 INFO 21:43:56.984 INFO 21:43:56.984 INFO 21:43:56.984 INFO Checking AM_KSCATEGORY_TVAUDIO filters 21:43:56.984 INFO found: NVIDIA DualTV TVAudio 21:43:57.000 INFO - (input) TVAudio In 21:43:57.000 INFO - (output) TVAudio Out 21:43:57.000 INFO 21:43:57.000 INFO found: NVIDIA DualTV TVAudio 2 21:43:57.000 INFO - (input) TVAudio In 21:43:57.000 INFO - (output) TVAudio Out 21:43:57.000 INFO 21:43:57.000 INFO 21:43:57.000 INFO 21:43:57.000 INFO Checking AM_KSCATEGORY_VBICODEC filters 21:43:57.000 INFO found: NABTS/FEC VBI Codec 21:43:57.000 INFO - (input) VBI 21:43:57.000 INFO - (output) NABTS 21:43:57.000 INFO - (input) HWNABTS 21:43:57.000 INFO 21:43:57.000 INFO found: CC-decoder 21:43:57.000 INFO - (input) VBI 21:43:57.000 INFO - (output) CC 21:43:57.000 INFO - (input) HWCC 21:43:57.000 INFO 21:43:57.000 INFO found: WST-codec 21:43:57.000 INFO - (input) VBI 21:43:57.000 INFO - (output) Teletekst 21:43:57.000 INFO 21:43:57.000 INFO 21:43:57.000 INFO 21:43:57.000 INFO Checking KSCATEGORY_BDA_NETWORK_TUNER filters 21:43:57.000 INFO 21:43:57.000 INFO 21:43:57.000 INFO Checking KSCATEGORY_BDA_RECEIVER_COMPONENT filters 21:43:57.000 INFO found: BDA Slip De-Framer 21:43:57.015 INFO - (input) NABTS 21:43:57.015 INFO - (output) IPv4 21:43:57.015 INFO

Updates direct.ini
Code:
[Nvidia DualTV Tuner#1] INIT_MODE=VIXS INIT_MSP=0 SUPPORTS_FM_RADIO=1 BLACKBIRD=1 CONEXANT=1 FILTER_CROSSBAR=NVIDIA DualTV CrossBar FILTER_CAPTURE=NVIDIA DualTV Capture FILTER_TV_TUNER=NVIDIA DualTV Tuner FILTER_TV_AUDIO=NVIDIA DualTV TVAudio FILTER_ENCODER=NVIDIA DualTV Encoder PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out 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_CAPTURE_ANALOG_VIDEO_IN=Analoge video-ingang // The first capture input pin in the FilterCheck log file PIN_CAPTURE_ANALOG_AUDIO_IN=Audio In PIN_CAPTURE_I2S_OUT=Audio Out PIN_CAPTURE_656_OUT=Vastleggen // The first capture output pin in the FilterCheck log filePIN_CAPTURE_PREVIEW_AUDIO_OUT=PCM Out PIN_ENCODER_I2S_IN=Audio In PIN_ENCODER_656_IN=Video In PIN_ENCODER_OUT=PS PIN_WRITER_INPUT_IN=Input [Nvidia DualTV Tuner#2] INIT_MODE=VIXS INIT_MSP=0 SUPPORTS_FM_RADIO=1 BLACKBIRD=1 CONEXANT=1 FILTER_CROSSBAR=NVIDIA DualTV CrossBar 2 FILTER_CAPTURE=NVIDIA DualTV Capture 2 FILTER_TV_TUNER=NVIDIA DualTV Tuner 2 FILTER_TV_AUDIO=NVIDIA DualTV TVAudio 2 FILTER_ENCODER=NVIDIA DualTV Encoder 2 PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out 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_CAPTURE_ANALOG_VIDEO_IN=Analoge video-ingang // The first capture input pin in the FilterCheck log file PIN_CAPTURE_ANALOG_AUDIO_IN=Audio In PIN_CAPTURE_I2S_OUT=Audio Out PIN_CAPTURE_656_OUT=Vastleggen // The first capture output pin in the FilterCheck log filePIN_CAPTURE_PREVIEW_AUDIO_OUT=PCM Out PIN_ENCODER_I2S_IN=Audio In PIN_ENCODER_656_IN=Video In PIN_ENCODER_OUT=PS PIN_WRITER_INPUT_IN=Input
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#5
2007-10-28, 01:26 AM
Sorry Erik, I'm not really sure. Can you possibly do a short recording then attach a complete GBPVRRecordingService.exe.log/GBPVRRecordingService.exe-native.log?
Caedes
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Aug 2008
#6
2008-08-28, 05:17 PM
same problem here with nvidia dualtv PAL on a french windows xp...
what can I do?
Caedes
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Aug 2008
#7
2008-08-28, 07:41 PM
My filtercheck.log :

Code:
21:40:25.609 INFO Log started 21:40:25.609 INFO Filter Check v1.0 21:40:25.609 INFO 21:40:25.609 INFO 21:40:25.609 INFO Checking AM_KSCATEGORY_CAPTURE filters 21:40:25.641 INFO found: SoundMAX HD Audio 21:40:25.641 INFO - (input) Haut-parleur du PC 21:40:25.641 INFO - (output) Sum 21:40:25.641 INFO - (input) Haut-parleur du PC 21:40:25.641 INFO - (output) Contrôle d'enregistrement 21:40:25.641 INFO - (input) ADC 21:40:25.641 INFO 21:40:25.641 INFO found: NVIDIA DualTV Capture 21:40:25.641 INFO - (input) Entrée vidéo analogique 21:40:25.641 INFO - (input) Analog Audio In 21:40:25.641 INFO - (output) Video Out 21:40:25.641 INFO - (output) Audio Out 21:40:25.641 INFO - (output) VBI Out 21:40:25.641 INFO - (output) Video Capture 21:40:25.641 INFO - (output) Audio Capture 21:40:25.641 INFO 21:40:25.641 INFO found: NVIDIA DualTV YUV Capture 21:40:25.641 INFO - (input) Entrée vidéo analogique 21:40:25.641 INFO - (input) Analog Audio In 21:40:25.641 INFO - (output) Video Capture 21:40:25.641 INFO - (output) Video Preview 21:40:25.641 INFO 21:40:25.641 INFO found: NVIDIA DualTV Capture 2 21:40:25.641 INFO - (input) Entrée vidéo analogique 21:40:25.641 INFO - (input) Analog Audio In 21:40:25.641 INFO - (output) Video Out 21:40:25.641 INFO - (output) Audio Out 21:40:25.641 INFO - (output) VBI Out 21:40:25.641 INFO - (output) Video Capture 21:40:25.641 INFO - (output) Audio Capture 21:40:25.641 INFO 21:40:25.641 INFO found: NVIDIA DualTV YUV Capture 2 21:40:25.641 INFO - (input) Entrée vidéo analogique 21:40:25.641 INFO - (input) Analog Audio In 21:40:25.641 INFO - (output) Video Capture 21:40:25.641 INFO - (output) Video Preview 21:40:25.641 INFO 21:40:25.641 INFO 21:40:25.641 INFO 21:40:25.641 INFO Checking AM_KSCATEGORY_ENCODER filters 21:40:25.641 INFO found: NVIDIA DualTV Encoder 21:40:25.641 INFO - (input) Video In 21:40:25.641 INFO - (input) Audio In 21:40:25.641 INFO - (output) PS Out 21:40:25.641 INFO - (output) Video ES Out 21:40:25.641 INFO - (output) Audio ES Out 21:40:25.641 INFO 21:40:25.641 INFO found: NVIDIA DualTV Encoder 2 21:40:25.656 INFO - (input) Video In 21:40:25.656 INFO - (input) Audio In 21:40:25.656 INFO - (output) PS Out 21:40:25.656 INFO - (output) Video ES Out 21:40:25.656 INFO - (output) Audio ES Out 21:40:25.656 INFO 21:40:25.656 INFO 21:40:25.656 INFO 21:40:25.656 INFO Checking AM_KSCATEGORY_CROSSBAR filters 21:40:25.656 INFO found: NVIDIA DualTV Crossbar 21:40:25.656 INFO - (input) 0: Video Tuner In 21:40:25.656 INFO - (input) 1: Video Composite In 21:40:25.656 INFO - (input) 2: Video SVideo In 21:40:25.656 INFO - (input) 3: Audio Tuner In 21:40:25.656 INFO - (input) 4: Audio Line In 21:40:25.656 INFO - (output) 0: Video Decoder Out 21:40:25.656 INFO - (output) 1: Audio Decoder Out 21:40:25.656 INFO 21:40:25.656 INFO found: NVIDIA DualTV Crossbar 2 21:40:25.656 INFO - (input) 0: Video Tuner In 21:40:25.656 INFO - (input) 1: Video Composite In 21:40:25.656 INFO - (input) 2: Video SVideo In 21:40:25.656 INFO - (input) 3: Audio Tuner In 21:40:25.656 INFO - (input) 4: Audio Line In 21:40:25.656 INFO - (output) 0: Video Decoder Out 21:40:25.656 INFO - (output) 1: Audio Decoder Out 21:40:25.656 INFO 21:40:25.656 INFO 21:40:25.656 INFO 21:40:25.656 INFO Checking AM_KSCATEGORY_TVTUNER filters 21:40:25.656 INFO found: NVIDIA DualTV Tuner 21:40:25.687 INFO - (output) Analog Video 21:40:25.687 INFO - (output) Analog Audio 21:40:25.687 INFO 21:40:25.687 INFO found: NVIDIA DualTV Tuner 2 21:40:25.703 INFO - (output) Analog Video 21:40:25.703 INFO - (output) Analog Audio 21:40:25.703 INFO 21:40:25.703 INFO 21:40:25.703 INFO 21:40:25.703 INFO Checking AM_KSCATEGORY_TVAUDIO filters 21:40:25.703 INFO found: NVIDIA DualTV TVAudio 21:40:25.703 INFO - (input) TVAudio In 21:40:25.703 INFO - (output) TVAudio Out 21:40:25.703 INFO 21:40:25.719 INFO found: NVIDIA DualTV TVAudio 2 21:40:25.719 INFO - (input) TVAudio In 21:40:25.719 INFO - (output) TVAudio Out 21:40:25.719 INFO 21:40:25.719 INFO 21:40:25.719 INFO 21:40:25.719 INFO Checking AM_KSCATEGORY_VBICODEC filters 21:40:25.719 INFO found: Codec NABTS/FEC VBI 21:40:25.719 INFO - (input) VBI 21:40:25.719 INFO - (output) NABTS 21:40:25.719 INFO - (input) HWNABTS 21:40:25.719 INFO 21:40:25.719 INFO found: Décodeur CC 21:40:25.719 INFO - (input) VBI 21:40:25.719 INFO - (output) Cc 21:40:25.719 INFO - (input) HWCC 21:40:25.719 INFO 21:40:25.719 INFO found: WST Codec 21:40:25.719 INFO - (input) VBI 21:40:25.719 INFO - (output) Télétexte 21:40:25.719 INFO 21:40:25.719 INFO 21:40:25.719 INFO 21:40:25.719 INFO Checking KSCATEGORY_BDA_NETWORK_TUNER filters 21:40:25.719 INFO 21:40:25.719 INFO 21:40:25.719 INFO Checking KSCATEGORY_BDA_RECEIVER_COMPONENT filters 21:40:25.734 INFO found: Détrameur décalage BDA 21:40:25.734 INFO - (input) NABTS 21:40:25.734 INFO - (output) IPv4 21:40:25.734 INFO 21:40:25.734 INFO found: Filtre BDA MPE 21:40:25.734 INFO - (input) MPE 21:40:25.734 INFO - (output) IPv4 21:40:25.734 INFO
erik
Offline

Posting Freak

Posts: 1,143
Threads: 124
Joined: Apr 2005
#8
2008-08-28, 08:08 PM
NVidia localizes the pin names. Therefore you have to edit the direct.ini that comes with gbpvr to reflect the localized nVidia dualTV names.

Search in direct.ini for dualtv
Then look at all the pin names listed and compare them with the fulterdump.
Replace the english names with the one listed in the localaized filter dump.

I hope sub decides at some point to ask if it is ok to overwrite the direct.ini, or creates a backup of direct.ini
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Caedes
Offline

Junior Member

Posts: 3
Threads: 0
Joined: Aug 2008
#9
2008-11-10, 10:01 PM
Hello,

Ok I'm back to work on this dualTV board. I installed an XP english OS.

My filterdump is :
Code:
22:52:22.765 INFO Log started 22:52:22.765 INFO Filter Check v1.0 22:52:22.765 INFO 22:52:22.765 INFO 22:52:22.765 INFO Checking AM_KSCATEGORY_CAPTURE filters 22:52:22.781 INFO found: SoundMAX HD Audio 22:52:22.781 INFO - (input) PC Speaker 22:52:22.781 INFO - (output) Sum 22:52:22.781 INFO - (input) PC Speaker 22:52:22.781 INFO - (output) Recording Control 22:52:22.781 INFO - (input) ADC 22:52:22.781 INFO 22:52:22.781 INFO found: NVIDIA DualTV Capture 22:52:22.796 INFO - (input) Analog Video In 22:52:22.796 INFO - (input) Analog Audio In 22:52:22.796 INFO - (output) Video Out 22:52:22.796 INFO - (output) Audio Out 22:52:22.796 INFO - (output) VBI Out 22:52:22.796 INFO - (output) Video Capture 22:52:22.796 INFO - (output) Audio Capture 22:52:22.796 INFO 22:52:22.796 INFO found: NVIDIA DualTV YUV Capture 22:52:22.796 INFO - (input) Analog Video In 22:52:22.796 INFO - (input) Analog Audio In 22:52:22.796 INFO - (output) Video Capture 22:52:22.796 INFO - (output) Video Preview 22:52:22.796 INFO 22:52:22.796 INFO found: NVIDIA DualTV Capture 2 22:52:22.796 INFO - (input) Analog Video In 22:52:22.796 INFO - (input) Analog Audio In 22:52:22.796 INFO - (output) Video Out 22:52:22.796 INFO - (output) Audio Out 22:52:22.796 INFO - (output) VBI Out 22:52:22.796 INFO - (output) Video Capture 22:52:22.796 INFO - (output) Audio Capture 22:52:22.796 INFO 22:52:22.796 INFO found: NVIDIA DualTV YUV Capture 2 22:52:22.796 INFO - (input) Analog Video In 22:52:22.796 INFO - (input) Analog Audio In 22:52:22.796 INFO - (output) Video Capture 22:52:22.796 INFO - (output) Video Preview 22:52:22.796 INFO 22:52:22.796 INFO 22:52:22.796 INFO 22:52:22.796 INFO Checking AM_KSCATEGORY_ENCODER filters 22:52:22.796 INFO found: NVIDIA DualTV Encoder 22:52:22.796 INFO - (input) Video In 22:52:22.796 INFO - (input) Audio In 22:52:22.796 INFO - (output) PS Out 22:52:22.796 INFO - (output) Video ES Out 22:52:22.796 INFO - (output) Audio ES Out 22:52:22.796 INFO 22:52:22.796 INFO found: NVIDIA DualTV Encoder 2 22:52:22.796 INFO - (input) Video In 22:52:22.796 INFO - (input) Audio In 22:52:22.796 INFO - (output) PS Out 22:52:22.796 INFO - (output) Video ES Out 22:52:22.796 INFO - (output) Audio ES Out 22:52:22.796 INFO 22:52:22.796 INFO 22:52:22.796 INFO 22:52:22.796 INFO Checking AM_KSCATEGORY_CROSSBAR filters 22:52:22.796 INFO found: NVIDIA DualTV Crossbar 22:52:22.812 INFO - (input) 0: Video Tuner In 22:52:22.812 INFO - (input) 1: Video Composite In 22:52:22.812 INFO - (input) 2: Video SVideo In 22:52:22.812 INFO - (input) 3: Audio Tuner In 22:52:22.812 INFO - (input) 4: Audio Line In 22:52:22.812 INFO - (output) 0: Video Decoder Out 22:52:22.812 INFO - (output) 1: Audio Decoder Out 22:52:22.812 INFO 22:52:22.812 INFO found: NVIDIA DualTV Crossbar 2 22:52:22.812 INFO - (input) 0: Video Tuner In 22:52:22.812 INFO - (input) 1: Video Composite In 22:52:22.812 INFO - (input) 2: Video SVideo In 22:52:22.812 INFO - (input) 3: Audio Tuner In 22:52:22.812 INFO - (input) 4: Audio Line In 22:52:22.812 INFO - (output) 0: Video Decoder Out 22:52:22.812 INFO - (output) 1: Audio Decoder Out 22:52:22.812 INFO 22:52:22.812 INFO 22:52:22.812 INFO 22:52:22.812 INFO Checking AM_KSCATEGORY_TVTUNER filters 22:52:22.812 INFO found: NVIDIA DualTV Tuner 22:52:22.828 INFO - (output) Analog Video 22:52:22.828 INFO - (output) Analog Audio 22:52:22.828 INFO 22:52:22.843 INFO found: NVIDIA DualTV Tuner 2 22:52:22.859 INFO - (output) Analog Video 22:52:22.859 INFO - (output) Analog Audio 22:52:22.859 INFO 22:52:22.859 INFO 22:52:22.859 INFO 22:52:22.859 INFO Checking AM_KSCATEGORY_TVAUDIO filters 22:52:22.859 INFO found: NVIDIA DualTV TVAudio 22:52:22.859 INFO - (input) TVAudio In 22:52:22.859 INFO - (output) TVAudio Out 22:52:22.859 INFO 22:52:22.859 INFO found: NVIDIA DualTV TVAudio 2 22:52:22.859 INFO - (input) TVAudio In 22:52:22.859 INFO - (output) TVAudio Out 22:52:22.859 INFO 22:52:22.859 INFO 22:52:22.859 INFO 22:52:22.859 INFO Checking AM_KSCATEGORY_VBICODEC filters 22:52:22.875 INFO found: NABTS/FEC VBI Codec 22:52:22.875 INFO - (input) VBI 22:52:22.875 INFO - (output) NABTS 22:52:22.875 INFO - (input) HWNABTS 22:52:22.875 INFO 22:52:22.875 INFO found: CC Decoder 22:52:22.906 INFO - (input) VBI 22:52:22.906 INFO - (output) CC 22:52:22.906 INFO - (input) HWCC 22:52:22.906 INFO 22:52:22.906 INFO found: WST Codec 22:52:22.906 INFO - (input) VBI 22:52:22.906 INFO - (output) Teletext 22:52:22.906 INFO 22:52:22.906 INFO 22:52:22.906 INFO 22:52:22.906 INFO Checking KSCATEGORY_BDA_NETWORK_TUNER filters 22:52:22.906 INFO 22:52:22.906 INFO 22:52:22.906 INFO Checking KSCATEGORY_BDA_RECEIVER_COMPONENT filters 22:52:22.906 INFO found: BDA Slip De-Framer 22:52:22.921 INFO - (input) NABTS 22:52:22.921 INFO - (output) IPv4 22:52:22.921 INFO 22:52:22.921 INFO found: BDA MPE Filter 22:52:22.937 INFO - (input) MPE 22:52:22.937 INFO - (output) IPv4 22:52:22.937 INFO

and I modified my direct.ini file with (just for Analog Tuner 1) :

Code:
[Nvidia DualTV Tuner#1] INIT_MODE=VIXS INIT_MSP=0 SUPPORTS_FM_RADIO=1 BLACKBIRD=1 CONEXANT=1 FILTER_CROSSBAR=NVIDIA DualTV Crossbar FILTER_CAPTURE=NVIDIA DualTV Capture FILTER_TV_TUNER=NVIDIA DualTV Tuner FILTER_TV_AUDIO=NVIDIA DualTV TVAudio FILTER_ENCODER=NVIDIA DualTV Encoder PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out 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_CAPTURE_ANALOG_VIDEO_IN=Analog Video In PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In PIN_CAPTURE_I2S_OUT=Audio Out PIN_CAPTURE_656_OUT=Capture PIN_CAPTURE_PREVIEW_AUDIO_OUT=PCM Out PIN_ENCODER_I2S_IN=Audio In PIN_ENCODER_656_IN=Video In PIN_ENCODER_OUT=PS PIN_WRITER_INPUT_IN=Input

Now, TuningAssistant starts without any error Smile
It founds some channels, but I still can't view pictures from TuningAssistant (it keeps a grey (background) screen)


When I run PVRX2, in the "Live Tv" menu, I have :
(see attached zip file)

Interesting part is :

Code:
2008-11-10 22:40:50.828 ERROR [1] Unexpected error: System.NullReferenceException: Object reference not set to an instance of an object. at ConnectFilters(IBaseFilter* pFilterUpstream, IBaseFilter* pFilterDownstream) at NativeUtilities.ConexantRecorder.StartRecording(String cardType, ConexantRecordSource recordingSource, Int32 qualitySetting, Int32 board, String filename, Int32 channel, Int32 countryCode, Int32 tuningType, Boolean useStreamingEngineIfAvailable, Boolean previewMode, Boolean fmRadioMode, Boolean fmRadioPreviewMode) at NativeUtilities.ConexantRecorder.getPreviewGraph(String cardType, ConexantRecordSource recordingSource, Int32 board, Int32 channel, Int32 countryCode, Int32 tuningType) at GBPVR.Backend.Common.DirectRecordingSource.getPreviewGraph(ChannelTuning channelTuning) at GBPVRX2.Players.xb3e61f7448c39547.x4276385f71addb51(Channel xee500015fb4a65b6) at GBPVRX2.x4a212861656a24dd.x3852f96f8dab4cab(Channel xee500015fb4a65b6) at GBPVRX2.xb654004a5183e7df.handlePopupCallback(Object popup, String command) at GBPVRX2.Popups.xce4851a7361cb73d.GetRenderList() at GBPVRX2.xb654004a5183e7df.GetRenderList() at GBPVRX2.MenuTask.x1c55deafde32e1eb.GetRenderList() at GBPVRX2.x0061b801bdf12d35.xdb012c437aec4a40(Boolean xd23bf32f3b17e3be) at GBPVRX2.xb979ad394703258e.xfb409e85bd292293(String[] xf18a926310372520)

I've 1.3.7 version. It seems that there is still a mismatch in my pins name.

Anyone can help me?

Thanks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
Joined: Nov 2003
#10
2008-11-11, 11:55 AM
Can you also post your pvrx2.exe-native.log?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite channel configuration problem. seymoria 6 5,878 2012-01-15, 10:15 PM
Last Post: seymoria
  Recording problem with Hauppauge Nova-S USB2 ... softfoot 4 4,387 2011-06-27, 02:06 AM
Last Post: sub
  Problem with GB-PVR - Cannot Watch Channels and Administrator Problem Greg Smith 10 6,096 2011-05-22, 05:09 PM
Last Post: sub
  Problem with switch to DST next 4 3,256 2011-03-29, 08:42 PM
Last Post: darag2358
  Setting for Numeric Channel Change Timeout? smajor 6 4,036 2011-03-16, 07:21 PM
Last Post: sub
  Huge database (+27GB) - is it a problem? pme 7 4,170 2011-01-24, 12:37 AM
Last Post: gEd
  MCE 2005 IR Blaster problem persim 6 4,453 2010-12-29, 01:28 AM
Last Post: persim
  Another pause problem fleapower 10 5,026 2010-12-15, 09:33 PM
Last Post: fleapower
  remote problem in GBPVR Zacken 5 3,570 2010-12-08, 09:00 PM
Last Post: Zacken
  Transcode Problem axeman91 7 4,349 2010-11-22, 09:02 AM
Last Post: goelectric

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

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

Linear Mode
Threaded Mode