diff options
author | TheTroll <trolldev@gmail.com> | 2010-04-02 00:49:30 +0200 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-04-02 00:49:30 +0200 |
commit | e7d362a2669dd6767aae425462fae0811eb785d6 (patch) | |
tree | 0e2311e06bbc9c467b40f3358365fb7be10d9354 /bin/session.php | |
parent | 06bac9f1e1e3d6dd9da332822f7f08357dd6a316 (diff) | |
download | istreamdev-istramdev-1.0.1.tar.gz istreamdev-istramdev-1.0.1.tar.bz2 |
Fixed recording playbackistramdev-1.0.1
Diffstat (limited to 'bin/session.php')
-rw-r--r-- | bin/session.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/session.php b/bin/session.php index 81582ee..e52b6e4 100644 --- a/bin/session.php +++ b/bin/session.php @@ -85,7 +85,7 @@ function sessioncreate($type, $url, $mode) $cmd = "./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 2 " .$ffmpegpath ." " .$segmenterpath ." " .$session ." \"" .$ffdbg ."\" \"\" >/dev/null &"; break; case 'rec': - $cmd = "./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." " .$session ." \"" .$ffdbg ."\" \"cat \\\"" .$url ."/\\\"/0* |\" >/dev/null &"; + $cmd = "./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." " .$session ." \"" .$ffdbg ."\" \"" .$url ."/0* \" >/dev/null &"; break; case 'vid': $cmd = "./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." " .$session ." \"" .$ffdbg ."\" \"\" >/dev/null &"; |