who has experiences with Windows programming, preferrable
with lowlevel (windows driver) development.
Our intention is to get vtuner BDA driver for Windows, which
allow windows users to exploit any favourite DVB application
on Windows.
Please contact me on PM.
/Honza
PS: Here it seems to be few good starting points (unsorted):
- Wiki about BDA architecture: http://en.wikipedia.org/wiki/Broadcast_ ... chitecture
- BDADEV opensource project: http://sourceforge.net/projects/bdadev/
- Driver Sample code: http://msdn.microsoft.com/en-us/windows ... e/gg463021
Installed with the DDK at %winddk%\src\wdm\bda
BDA Sample Capture Driver - %WINDDK%\src\wdm\BDA\CaptureSample - Source code for a BDA sample capture driver for Windows 2000 and later. It is provided as an example of a BDA device minidriver for the AVStream class of kernel streaming. Use the BDA sample capture driver with the BDA sample generic tuner driver.
BDA Sample Generic Tuner Driver - %WINDDK%\src\wdm\BDA\GenericTuner\ - Source code for a generic tuner sample BDA driver for Windows 2000 and later. It is provided as an example of a BDA device minidriver for the AVStream class of kernel streaming and to give hardware vendors assistance in writing their own BDA minidrivers. This sample does not have any associated hardware.
BDA Tuner Driver - %WINDDK%\src\wdm\BDA\MauiTune\ - Source code for a BDA tuner driver. It is provided as an example of a BDA device minidriver for the AVStream class of kernel streaming. Use the BDA tuner driver with a Philips tuner card. - Building BDA Drivers: http://msdn.microsoft.com/en-us/library ... 85%29.aspx
- SkyWalker open source BDA driver project: http://bdaskywalker.sourceforge.net/