diff options
author | Frank Schmirler <vdr@schmirler.de> | 2012-03-31 16:19:44 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2012-05-12 12:58:42 +0200 |
commit | c3ac5976235a4651c7698b3f68bd6a41c170a7d0 (patch) | |
tree | 3cdcf19c221d7006f2d833dced673ee22e75ebe0 /HISTORY | |
parent | ae634538f86d424024f4b30fff58889d217f3320 (diff) | |
download | vdr-plugin-streamdev-c3ac5976235a4651c7698b3f68bd6a41c170a7d0.tar.gz vdr-plugin-streamdev-c3ac5976235a4651c7698b3f68bd6a41c170a7d0.tar.bz2 |
Replaced server-side suspend modes with priority based precedence handling
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -7,12 +7,15 @@ VDR Plugin 'streamdev' Revision History anonymous user) - New special meaning "show current channel" when channel 0 is requested. Applies to HTTP streaming only (thanks to Rolf Ahrenberg) -- Added streamdev-client support for upcoming streamdev-server versions - with purely priority driven precedence. -- 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) +- Replaced server-side suspend modes with priority based precedence handling +- Client-side priority handling for VDR >= 1.7.25 and servers running VTP > 1.0 +- Introduced VTP protocol version numbering for easier compatibility handling + between different client and server versions. The server includes the protocol + version in its greeting string, the client reports its version with the new + command "VERS". - Dropped compatibility of streamdev-server with VDR < 1.7.25 - With VDR 1.7.25 priorities down to -99 will be used. Please update "Minimum Priority" in streamdev-client setup. |