diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-09-17 16:02:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-09-17 16:02:47 +0200 |
commit | 4f5cd852c2c0084da7c3233ad54a929a7b68c046 (patch) | |
tree | ef25b871529a567e2e92babfe985aa8cac54e252 /INSTALL | |
parent | 557f4251b0fe12cb95d2636090b758f3fd7db35a (diff) | |
download | vdr-4f5cd852c2c0084da7c3233ad54a929a7b68c046.tar.gz vdr-4f5cd852c2c0084da7c3233ad54a929a7b68c046.tar.bz2 |
Added a note regarding DVB driver 0.7 and 'outstream=0'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -16,7 +16,11 @@ you will have to change the definition of DVBDIR in the Makefile. This program requires the card driver version 0.05 or higher -to work properly. +to work properly. If you are using driver version 0.7 you need +to load the dvb.o module with option outstream=0, so your insmod +statement should read 'insmod dvb.o outstream=0'. This is currently +necessary because 'vdr' works with AV_PES data and will change +once it has been modified to work directly with MPEG2. After extracting the package, change into the VDR directory and type 'make'. This should produce an executable file |