diff options
author | Denis Loh <denis.loh@gmail.com> | 2010-01-24 21:28:56 +0100 |
---|---|---|
committer | Denis Loh <denis.loh@gmail.com> | 2010-01-24 21:28:56 +0100 |
commit | 2103055b5ebfa389a5bec4c98f414608e959bba4 (patch) | |
tree | 791b723044ea16551484ed93991687f7530d702f /HISTORY | |
parent | 60db82604cd0ab407e857b9f11d9588f9076333b (diff) | |
download | vdr-plugin-upnp-2103055b5ebfa389a5bec4c98f414608e959bba4.tar.gz vdr-plugin-upnp-2103055b5ebfa389a5bec4c98f414608e959bba4.tar.bz2 |
Added (finally) the record streaming function and some other things
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,6 +1,21 @@ VDR Plugin 'upnp' Revision History ---------------------------------- +2009-01-24: Version 0.0.2-alpha0 + + - New: Added record streaming support for SDTV + HDTV is not working yet, as it requires different DLNA profiles + - Bug: Improved live-tv streaming quality, which will hopefully fix the + problem with the buffer strategy and channels with bad bandwidth + - New: Rearranged folder structure to meet future features + - New: Added german translation + - New: support for DLNA compatible devices. For those devices a special + patch is required which must be applied to libupnp-1.6.6. + See README for more information + - New: Added new command line option to specify the destination folder + for the metadata database and the webfolder. + See README for more information + 2009-11-19: Version 0.0.1-alpha4 - New: Added options for verbosity level and autodetect settings. |