summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-04-01 15:14:11 +0200
committerTheTroll <trolldev@gmail.com>2010-04-01 15:14:11 +0200
commitef25ebac4d542f5d1b54fc13b4f75ffe01cd3bbf (patch)
treecddc0be9fecbec9f5fa8800ab277c7a1a4de4472
parentd6420501bc777be979d89171e7ed131273d97c58 (diff)
downloadistreamdev-ef25ebac4d542f5d1b54fc13b4f75ffe01cd3bbf.tar.gz
istreamdev-ef25ebac4d542f5d1b54fc13b4f75ffe01cd3bbf.tar.bz2
Segmenter removed
-rwxr-xr-xHISTORY2
-rw-r--r--README4
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.