summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2000-04-15 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2000-04-15 18:00:00 +0200
commit37250a0568d5b1d689d5c59f983e9be228ed49c2 (patch)
treef5b3cb133d5ec1ede63de04cf9c394bcf4a514a2 /BUGS
parent6feebe674c09b65e43012bf439c201cfb65aa82c (diff)
downloadvdr-patch-lnbsharing-37250a0568d5b1d689d5c59f983e9be228ed49c2.tar.gz
vdr-patch-lnbsharing-37250a0568d5b1d689d5c59f983e9be228ed49c2.tar.bz2
Version 0.03vdr_osm-0.03
- Actual record/replay now works. - Dropped the idea of different "recording qualities" (a 36GB harddisk is able to store some 18 hours in full quality, so we don't really need that). - Termination signals are now caught and the program cleans up before exiting. - Support for CICAM.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS23
1 files changed, 23 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..bcb3772
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,23 @@
+Video Disk Recorder - Known Bugs
+--------------------------------
+
+* Sometimes picture and sound drift apart.
+ Presumably this is a problem in the card driver or firmware?
+
+* When the on-screen display is activated during recording,
+ the video data stream gets corrupted, which results in a
+ distorted picture when replaying such a recording.
+ I assume this is a problem in the driver of firmware.
+ There is no such problem in replay mode.
+
+* After a replay session the screen may go blank.
+ Haven't figured out yet how to ensure that it switches back to
+ the current channel.
+
+* Every now and then the on-screen display shows nothing but
+ "noise". If that occurs, I have to stop the 'osm' program
+ and do a 'make reload' for the card driver. After that it
+ works fine again.
+ Presumably this is a problem in the card driver or firmware?
+ Or could it be a problem with the hardware?
+ Does anybody else observe this?