Bitstreamout-plugin: Difference between revisions
Jump to navigation
Jump to search
(Parameter) |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
[[Image:Bitstreamout-plugin.jpg|thumb| |
[[Image:Bitstreamout-plugin(setup).jpg|thumb|Setup]] |
||
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 |
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 |
||
Line 12: | Line 12: | ||
==Installation== |
==Installation== |
||
For installing libmad |
For installing libmad |
||
⚫ | |||
<pre> |
|||
⚫ | |||
⚫ | |||
cd libmad-<VERSION> |
|||
⚫ | |||
⚫ | |||
make |
|||
⚫ | |||
make |
make install |
||
⚫ | |||
make install |
|||
⚫ | |||
</pre> |
|||
For the plugin see [[plugin installation]]. |
For the plugin see [[plugin installation]]. |
||
== |
==Configuration== |
||
===Parameter=== |
|||
{| border=1 cellpadding=2 cellspacing=0 |
{| border=1 cellpadding=2 cellspacing=0 |
||
|- bgcolor=# |
|- bgcolor=#efdead |
||
!Parameter (short) |
!Parameter (short) |
||
!Parameter (long) |
!Parameter (long) |
||
Line 61: | Line 60: | ||
|} |
|} |
||
⚫ | |||
⚫ | |||
<!-- Link to german wiki page --> |
|||
[[de:Bitstreamout-plugin]] |
|||
{{i18n|bitstreamout-plugin}} |
Latest revision as of 12:06, 25 November 2013
Description
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.
Configuration
Parameter
Parameter (short) | Parameter (long) | Description |
---|---|---|
-o | --onoff | enable an control entry in the main menu |
-m SCRIPT | --mute=SCRIPT | script for en/dis-able the spdif interface |
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) |