Broadcast Driver Architecture: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (replace broken link by a longer working one)
m (+cat)
Line 2: Line 2:




==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]
''Links:''
* [http://sourceforge.net/projects/bdadev/ A Sourceforge Project dedicated to the development of Open-Source BDA Drivers and Tools]


[[Category:Development]]
* [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]

Revision as of 23:00, 2 April 2005

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