diff options
-rwxr-xr-x | HISTORY | 2 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -5,6 +5,8 @@ xx.xx.2010 - 1.0.1 - Added fix for PHP version < 5.2.0 - added php module check and dynamic loading if possible. - some client speedups and optimisations +- removed custom segmenter code, no need for a modifief version anymore +- now store segmenter and ffmeg pids to kill them 03.29.2010 - 1.0.0 @@ -84,7 +84,7 @@ iStreamdev generate a playlist from the requested file to the last file of the f - ffmpeg compiled with libx264 and libmp3lame support -- segmenter: use modded version included with istreamdev. +- segmenter: http://svn.assembla.com/svn/legend/segmenter/ _________________________________________________________ INSTALL @@ -98,7 +98,7 @@ Download a stable release from Files or development revision from Git repository Copy the file in your webfolder. /istreamdev for example. Copy the config_default.php to config.php and edit it. -Compiles segmenter provided by typing make in segmenter folder and install it: +Compiles segmenter by typing 'make' when in the segmenter folder and install it: "make & cp segmenter /usr/bin/" At each update, don't forget to remove your old config file and replace it by the new default one to prevent not updated config files. |