diff options
author | TheTroll <trolldev@gmail.com> | 2010-02-25 15:40:28 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-02-25 15:40:28 +0100 |
commit | 1d3095213541ba77015742a4c05cfcf66fd9c7e7 (patch) | |
tree | c2327df530da93e12a0597d709d2249b56b7428b /includes/include.php | |
parent | 0bc8b852831b181d1c47d7f5e32ba5c72e9fa308 (diff) | |
download | istreamdev-1d3095213541ba77015742a4c05cfcf66fd9c7e7.tar.gz istreamdev-1d3095213541ba77015742a4c05cfcf66fd9c7e7.tar.bz2 |
Readd ' fix
Diffstat (limited to 'includes/include.php')
-rwxr-xr-x | includes/include.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/include.php b/includes/include.php index f8819dd..6b57a65 100755 --- a/includes/include.php +++ b/includes/include.php @@ -98,13 +98,13 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category, switch ($type) { case 1: - $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 2 " .$ffmpegpath ." " .$segmenterpath ." \" | at now"; + $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 2 " .$ffmpegpath ." " .$segmenterpath ." \" | at now"; break; case 2: $cmd = "export SHELL=\"/bin/sh\";printf \"cat \\\"" .$url ."\\\"/0* | ./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now"; break; case 3: - $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now"; + $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." " .$segmenterpath ." \" | at now"; break; default: $cmd = ""; |