diff options
author | Alib <aliboba@free.fr> | 2010-03-23 18:51:17 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-23 18:51:17 +0100 |
commit | 6f5594694980ca500e5b9fc88fe2bae04b97df47 (patch) | |
tree | 6a8a3fb0d0ce9052571681406e3a47ee1a367bdc | |
parent | 3e3f0e1e4ccd57b3b32028bf9980f9104ae6f913 (diff) | |
download | istreamdev-6f5594694980ca500e5b9fc88fe2bae04b97df47.tar.gz istreamdev-6f5594694980ca500e5b9fc88fe2bae04b97df47.tar.bz2 |
default max encoding to 3 .
-rwxr-xr-x | config_default.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config_default.php b/config_default.php index b421482..31badb0 100755 --- a/config_default.php +++ b/config_default.php @@ -24,12 +24,12 @@ $quality=array ( 'edge' => '128k 64k 1 240x160', '3g' => '350k 64k 1 408x272', 'wifi' => '512k 128k 2 480x320'); - $maxencodingprocesses=10; // Max simultaneous encoding processes + $maxencodingprocesses=3; // Max simultaneous encoding processes // Misc $ffmpegpath = '/usr/bin/ffmpeg'; //path to ffmpeg binary $segmenterpath = '/usr/bin/segmenter'; //path to segmenter binary // Version - $isdversion = "0.3.7"; + $isdversion = "1.0-alpha1"; ?> |