From ef25ebac4d542f5d1b54fc13b4f75ffe01cd3bbf Mon Sep 17 00:00:00 2001
From: TheTroll <trolldev@gmail.com>
Date: Thu, 1 Apr 2010 15:14:11 +0200
Subject: Segmenter removed

---
 HISTORY | 2 ++
 README  | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/HISTORY b/HISTORY
index 763eb56..73a36ac 100755
--- a/HISTORY
+++ b/HISTORY
@@ -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
 
diff --git a/README b/README
index 6bc474b..0bce41b 100644
--- a/README
+++ b/README
@@ -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.
-- 
cgit v1.2.3