Bitstreamout-plugin
From VDR Wiki
(Difference between revisions)
m |
|||
| Line 14: | Line 14: | ||
<pre> | <pre> | ||
cd $SOURCEDIR | cd $SOURCEDIR | ||
| - | tar xvzf libmad- | + | tar xvzf libmad-<VERSION>.tar.gz |
| - | cd libmad- | + | cd libmad-<VERSION> |
./configure --prefix=/usr/local | ./configure --prefix=/usr/local | ||
make | make | ||
Revision as of 19:39, 22 September 2004
Contents |
Description
File:Bitstreamout-plugin.jpg
Screenshot
The Bitstreamout plugin receives the 16bit encoded audio stream of a DVB card and sends it over the PCI bus to the S/PDIF port of an ALSA compatible sound card
Hardware requirements
- ALSA compatible sound card
Software requirements
- ALSA sound driver
- libmad
Installation
For installing libmad
cd $SOURCEDIR tar xvzf libmad-<VERSION>.tar.gz cd libmad-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
For the plugin see plugin installation.
Problems
Links
| [3] | http://bitstreamout.sourceforge.net | Plugin homepage |
| [1] | http://www.alsa-project.org | ALSA sound card driver |
| [2] | http://www.underbit.com/products/mad | libmad homepage |
| [4] | http://www.muempf.de/down/DD-receiver-status.txt | List of compatible DD recevers |
| [5] | http://www.vdr-portal.de/board/thread.php?threadid=1958 | AC3 with bitstreamout HOWTO and AC3overDVB infos (german) |
