summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-25 15:30:07 +0100
committerAlib <aliboba@free.fr>2010-02-25 15:30:07 +0100
commit0bc8b852831b181d1c47d7f5e32ba5c72e9fa308 (patch)
tree1a2d4475e8c943bd60bd8d855ec4f152fa0085e0 /includes
parent8f41ef403891c727cfdee88addb3c1653b66ee74 (diff)
downloadistreamdev-0bc8b852831b181d1c47d7f5e32ba5c72e9fa308.tar.gz
istreamdev-0bc8b852831b181d1c47d7f5e32ba5c72e9fa308.tar.bz2
still debug
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/include.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/include.php b/includes/include.php
index 6b57a65..f8819dd 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 = "";