Broadcast Driver Architecture: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(short)
m (add missing bracket)
Line 3: Line 3:


==Links ==
==Links ==
* http://msdn.microsoft.com/library/default.asp?url=/library/en-us/VidCapStream/hh/vidcapstream/bdad_f5ada6c2-5524-47fa-89a7-3684a96df126.xml.asp The Microsoft BDA Driver Page]
* [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/VidCapStream/hh/vidcapstream/bdad_f5ada6c2-5524-47fa-89a7-3684a96df126.xml.asp The Microsoft BDA Driver Page]
* [http://sourceforge.net/projects/bdadev/ A Sourceforge Project dedicated to the development of Open-Source BDA Drivers and Tools]
* [http://sourceforge.net/projects/bdadev/ A Sourceforge Project dedicated to the development of Open-Source BDA Drivers and Tools]



Revision as of 16:16, 9 March 2007

The Broadcast Driver Architecture (short BDA) is Microsoft's Alternative to the LinuxDVB Driver API. Has some serious drawbacks especially in the DiSEqC part, but also some interesting details. MPEG2 Decoders are implemented in software as DirectShow Filters.


Links