diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-03-11 09:41:33 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-03-11 09:41:33 +0100 |
commit | a1797719de296b381a18ae889294b00dd5850667 (patch) | |
tree | 69d2882809e2378864fd90551dc8a1ed0800659a /HISTORY | |
parent | 5a3c5357781d8c8e04c28a1799d6f6a0e2065daf (diff) | |
download | vdr-plugin-streamdev-a1797719de296b381a18ae889294b00dd5850667.tar.gz vdr-plugin-streamdev-a1797719de296b381a18ae889294b00dd5850667.tar.bz2 |
Using SetOccupied() won't work as it isn't considered in GetDevice(). Trying
to compensate the loss of SetAvoidDevice() with streamdevs CheckConnection(),
ignoring the current live TV device. If a new device is returned it is just
switched to the new channel. Hopefully the main loop will pick it up later,
after streamdev switched aways live TV.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- -- API change of VDR 1.7.26: Use "occupied" instead of "avoid device". +- API change of VDR 1.7.26: "avoid device" is no longer available - Fixed ProvidesChannel() on client always returning true since the new timeout option has been added. - Updated Finnish translation (thanks to Rolf Ahrenberg) |