diff options
author | Frank Schmirler <vdr@schmirler.de> | 2013-11-01 15:33:19 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2013-11-01 15:33:19 +0100 |
commit | 1d4a7e06b4e5cc5a1f115d9d361c2c7b60699ff9 (patch) | |
tree | 967c4816a6c04429c682310857a3bee6fa5391ae /HISTORY | |
parent | 458a21a62ad445ce79a55a8bb03b66c2ba280747 (diff) | |
download | vdr-plugin-streamdev-1d4a7e06b4e5cc5a1f115d9d361c2c7b60699ff9.tar.gz vdr-plugin-streamdev-1d4a7e06b4e5cc5a1f115d9d361c2c7b60699ff9.tar.bz2 |
Set device occupied when streamdev switches away LiveTV on the server, to
reduce the risk that the VDR main loop immediately switches back, resulting
in a black screen on the client (reported by hummel99)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- -- Fixed channel switch issues with priority > 0 +- Set device occupied when streamdev switches away LiveTV on the server, to + reduce the risk that the VDR main loop immediately switches back, resulting + in a black screen on the client (reported by hummel99) +- Fixed channel switch issues with priority > 0 (reported by hummel99) - Removed noisy debug messages - Fixed HTTP menu destruction - API change of VDR 2.1.2 |