TV-Server Version: 3.0 SVN rev 16429
MediaPortal Version: 0.2.3.0 RC3 + SVN rev 16429
MediaPortal Skin: BlueTwo wide
Windows Version: Vista Home Premium
CPU Type: Intel Core2Duo E6550
HDD: 2 x Seagate 320Gb
Memory: 2 x 1 Gb Corsair DDR2
Motherboard: Asus P5K
Motherboard Chipset: Intel P35
Motherboard Bios: AMI v0603
Video Card: Sapphire ATI X1950 PRO 512Mb
Video Card Driver: Catalyst 7.10
Sound Card: Realtek ALC883 (onboard)
Sound Card AC3: no AC3
Sound Card Driver: v6.0.1.5485
1. TV Card: Hauppauge HVR-4000
1. TV Card Type: analog + DVB-T + DVB-S/S2
1. TV Card Driver: WinTV CD 4.0
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: fddshow Video (from Vista Codec 4.51)
MPEG2 Audio Codec: fddshow Audio (from Vista Codec 4.51)
Satelite/CableTV Provider: Hotbird 13°E
HTPC Case: Silverstone LC20M with SoundGraph VFD
Cooling: CF800 ZeroTherm APACK + 2 x 80m Xilence chassis fan + 2 x Aeolus hdd cooler
Power Supply: Nesteq na4501 - 450W
Remote: iMON PAD
TV: Samsung LE32R53BD
TV - HTPC Connection: DVI-to-HDMI + analog audio
Hi all, I cannot use teletext under Vista because WST codec is not present per http://msdn2.microsoft.com/en-us/library/ms788167.aspx document.
I then looked at VBIcodec and found at http://msdn2.microsoft.com/en-us/library/ms787890.aspx and the FilterCategory of this codec is AM_KSCATEGORY_VBICODEC_MI ("Multi-Instance Capable VBI Codecs").
I then identified the following code of TvCardAnalogBase.cs line 2196:
The issue is that AMKSVBICodec = AM_KSCATEGORY_VBICODEC and not AM_KSCATEGORY_VBICODEC_MI !!!
But under FilterCategory there is no filter for this new VBIcodec category.
I took a look at DirectX 9.0 header files and found the following in ksuuid.h:
Does have sense to update my SDK from the one of DX9 ( August 2006 ) to the latest one ( August 2007 ) in order to see if there is already a FilterCategory implemented for this new codec family ?
Any idea will be more than welcome as I really would like to have my analog part fixed shortly.
Simone
MediaPortal Version: 0.2.3.0 RC3 + SVN rev 16429
MediaPortal Skin: BlueTwo wide
Windows Version: Vista Home Premium
CPU Type: Intel Core2Duo E6550
HDD: 2 x Seagate 320Gb
Memory: 2 x 1 Gb Corsair DDR2
Motherboard: Asus P5K
Motherboard Chipset: Intel P35
Motherboard Bios: AMI v0603
Video Card: Sapphire ATI X1950 PRO 512Mb
Video Card Driver: Catalyst 7.10
Sound Card: Realtek ALC883 (onboard)
Sound Card AC3: no AC3
Sound Card Driver: v6.0.1.5485
1. TV Card: Hauppauge HVR-4000
1. TV Card Type: analog + DVB-T + DVB-S/S2
1. TV Card Driver: WinTV CD 4.0
2. TV Card:
2. TV Card Type:
2. TV Card Driver:
3. TV Card:
3. TV Card Type:
3. TV Card Driver:
4. TV Card:
4. TV Card Type:
4. TV Card Driver:
MPEG2 Video Codec: fddshow Video (from Vista Codec 4.51)
MPEG2 Audio Codec: fddshow Audio (from Vista Codec 4.51)
Satelite/CableTV Provider: Hotbird 13°E
HTPC Case: Silverstone LC20M with SoundGraph VFD
Cooling: CF800 ZeroTherm APACK + 2 x 80m Xilence chassis fan + 2 x Aeolus hdd cooler
Power Supply: Nesteq na4501 - 450W
Remote: iMON PAD
TV: Samsung LE32R53BD
TV - HTPC Connection: DVI-to-HDMI + analog audio
Hi all, I cannot use teletext under Vista because WST codec is not present per http://msdn2.microsoft.com/en-us/library/ms788167.aspx document.
I then looked at VBIcodec and found at http://msdn2.microsoft.com/en-us/library/ms787890.aspx and the FilterCategory of this codec is AM_KSCATEGORY_VBICODEC_MI ("Multi-Instance Capable VBI Codecs").
I then identified the following code of TvCardAnalogBase.cs line 2196:
Code:
devices = DsDevice.GetDevicesOfCat(FilterCategory.AMKSVBICodec);
The issue is that AMKSVBICodec = AM_KSCATEGORY_VBICODEC and not AM_KSCATEGORY_VBICODEC_MI !!!
But under FilterCategory there is no filter for this new VBIcodec category.
I took a look at DirectX 9.0 header files and found the following in ksuuid.h:
Code:
// 07dad660L-22f1-11d1-a9f4-00c04fbbde8f
OUR_GUID_ENTRY(AM_KSCATEGORY_VBICODEC,
0x07dad660L, 0x22f1, 0x11d1, 0xa9, 0xf4, 0x00, 0xc0, 0x4f, 0xbb, 0xde, 0x8f)
// BUGBUG: this vbicodec_mi needs to get copied back over to drivers\published\ksmedia.w
// but we're not building drivers depot for symphony
// multi-instance safe codec categories(kernel or user mode)
// {9C24A977-0951-451a-8006-0E49BD28CD5F}
OUR_GUID_ENTRY(AM_KSCATEGORY_VBICODEC_MI,
0x9c24a977, 0x951, 0x451a, 0x80, 0x6, 0xe, 0x49, 0xbd, 0x28, 0xcd, 0x5f)
Does have sense to update my SDK from the one of DX9 ( August 2006 ) to the latest one ( August 2007 ) in order to see if there is already a FilterCategory implemented for this new codec family ?
Any idea will be more than welcome as I really would like to have my analog part fixed shortly.
Simone
Italy