Added a note regarding DVB driver 0.7 and 'outstream=0'

This commit is contained in:
Klaus Schmidinger
2000-09-17 16:02:47 +02:00
parent 557f4251b0
commit 4f5cd852c2
2 changed files with 10 additions and 1 deletions

View File

@@ -170,6 +170,11 @@ Video Disk Recorder Revision History
2000-09-17: Version 0.64
- NOTE: If you are using DVB 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.
- Video files now have the 'group read' bit set.
- Fixed handling errors in 'readstring()'.
- Handling SIGPIPE and re-establishing handler after intercepting a signal.