summaryrefslogtreecommitdiff
path: root/includes/include.php
diff options
context:
space:
mode:
authorroot <root@mediaserver.Belkin>2010-02-18 23:00:15 +0100
committerroot <root@mediaserver.Belkin>2010-02-18 23:00:15 +0100
commit640401dc818da45736bb5fdd784709a1553e38b3 (patch)
tree48859f38e0462acd8b88861f54d21ea854793578 /includes/include.php
parent86f80a5da2cdf92283113ff80e48a0fd4b266e7e (diff)
downloadistreamdev-640401dc818da45736bb5fdd784709a1553e38b3.tar.gz
istreamdev-640401dc818da45736bb5fdd784709a1553e38b3.tar.bz2
Debug Media streaming for folder with space in name.
Diffstat (limited to 'includes/include.php')
-rwxr-xr-xincludes/include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/include.php b/includes/include.php
index 05aa4b5..157cccf 100755
--- a/includes/include.php
+++ b/includes/include.php
@@ -100,7 +100,7 @@ function start_stream($type, $name, $title, $desc, $qname, $qparams, $category,
$cmd = "export SHELL=\"/bin/sh\";printf \"cat \\\"" .$url ."\\\"/0* | ./istream.sh - " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now";
break;
case 3:
- $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh \"" .$url ."\" " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now";
+ $cmd = "export SHELL=\"/bin/sh\";printf \"./istream.sh '" .$url ."' " .$qparams ." " .$httppath ." 1260 " .$ffmpegpath ." \" | at now";
break;
default:
$cmd = "";