diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-03-12 11:00:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-03-12 11:00:54 +0100 |
commit | 52b1e2a9ff81edd447de9d721f3df86f8380bc78 (patch) | |
tree | dd3ab7207f77b3c04db5c4903fbd7b4a807b5dbe /INSTALL | |
parent | a4b657b04093427d513470f0797ecb9ba3ebe03e (diff) | |
download | vdr-52b1e2a9ff81edd447de9d721f3df86f8380bc78.tar.gz vdr-52b1e2a9ff81edd447de9d721f3df86f8380bc78.tar.bz2 |
The dvbhddevice plugin is no longer part of the VDR source archive; added a section about Output Devices to the INSTALL file
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -94,6 +94,24 @@ vdr:123:respawn:/usr/local/bin/vdr --terminal=/dev/tty8 -w 60 See the man page vdr(1) for complete information about all command line options. +Output devices +-------------- + +VDR by itself doesn't produce any audio or video output. In order to watch +live tv or recordings, you will need to use a plugin that supports the actual +hardware in your system, for instance: + +Plugin: Device: + +dvbsddevice Full-Featured SD DVB cards (Fujitsu-Siemens Design) + (comes with the VDR source) +dvbhddevice Full-featured HD DVB cards (Technotrend TT S2-6400) + https://bitbucket.org/powARman/dvbhddevice +rpihddevice Raspberry Pi + http://projects.vdr-developer.org/git/vdr-plugin-rpihddevice.git + +See http://linuxtv.org/vdrwiki/index.php/Output_devices for more. + Standard compliance ------------------- |