diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-02-16 08:59:12 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-02-16 08:59:12 +0100 |
commit | d37f1f7d0fafd23f8bb01e9ed439810421aa2f81 (patch) | |
tree | bac62ad4a04eddbf8ff73ef5fd30f1c48ff9556a | |
parent | a4fb6e83172c5cbbc93cbfeaf0e8b280594835d0 (diff) | |
download | vdr-plugin-streamdev-d37f1f7d0fafd23f8bb01e9ed439810421aa2f81.tar.gz vdr-plugin-streamdev-d37f1f7d0fafd23f8bb01e9ed439810421aa2f81.tar.bz2 |
Deleted obsolete section about static priority
-rw-r--r-- | README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -508,12 +508,6 @@ The script should perform the following steps (pseudocode): 6. Known Problems: ------------------ -* In VDR-to-VDR setup, the availability of a channel is checked with a different -priority than the actual channel switch. The later always uses priority 0. -Usually a channel switch for live TV has priority 0 anyway, so it is not a -problem here. However timers usually have a higher priority. Either avoid -client side recordings or set the priority of client side timers to 0. - * There have been reports that channel switching with VDR 1.5.x/1.6.x clients sometimes fails. Current version includes a workaround which seems to work, but YMMV ;) |