From fa578940f7770876d884093a57f657b03213cea3 Mon Sep 17 00:00:00 2001 From: schmirl Date: Mon, 19 Jul 2010 13:50:11 +0000 Subject: - using SIGINT in externremux to kill mencoder works better than SIGTERM; especially x264 still needs a SIGKILL sometimes - added --remove-destination to cp commands installing plugins - updated Italian translation (thanks to Diego Pierotto) - config option "client may suspend" hidden if not applicable - updated and enhanced README - added support for HTTP method HEAD - rewrite of externremux.sh, including support for various URL parameters, logging and improved shutdown - start externremux script in a separate process group - changed HTTP URL path for externremux from EXTERN to EXT (suggested by Rolf Ahrenberg) - HTTP headers now have to be emitted by externremux script - pass channel related information and URL parameters to externremux script through environment - implement CGI like interface for externremux script Modified Files: Tag: v0_4 CONTRIBUTORS HISTORY Makefile README common.c common.h i18n.c remux/extern.c remux/extern.h server/connection.c server/connection.h server/connectionHTTP.c server/connectionHTTP.h server/connectionIGMP.c server/connectionVTP.c server/livestreamer.c server/livestreamer.h server/menuHTTP.c server/setup.c server/setup.h server/streamer.c server/streamer.h streamdev/externremux.sh streamdev/streamdevhosts.conf --- HISTORY | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index ed21dbe..8a65ea8 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,24 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +2010-07-19: Version 0.4.0 + +- using SIGINT in externremux to kill mencoder works better than SIGTERM; + especially x264 still needs a SIGKILL sometimes +- added --remove-destination to cp commands installing plugins +- updated Italian translation (thanks to Diego Pierotto) +- config option "client may suspend" hidden if not applicable +- updated and enhanced README +- added support for HTTP method HEAD +- rewrite of externremux.sh, including support for various URL parameters, + logging and improved shutdown +- start externremux script in a separate process group +- changed HTTP URL path for externremux from EXTERN to EXT (suggested by + Rolf Ahrenberg) +- HTTP headers now have to be emitted by externremux script +- pass channel related information and URL parameters to externremux script + through environment +- implement CGI like interface for externremux script - dropped "Synchronize EPG" feature. Please use epgsync-plugin instead (available from http://vdr.schmirler.de) - fixed a memory leak in cStreamdevPatFilter::GetPid (thanks to lhanisch) -- cgit v1.2.3