diff options
author | Alib <aliboba@free.fr> | 2010-02-25 13:50:13 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-25 13:50:13 +0100 |
commit | 0523957900c8962c67aa466236b579d1e870a5fb (patch) | |
tree | 1e813a0823b40776717c92c583cb4c6106947d39 /includes/include.php | |
parent | 0921ec0f64d6782076d1e1fb2333cb53c86d279f (diff) | |
parent | 0e5d920a64954cd415ae17f73bdabf8d1fe6cf39 (diff) | |
download | istreamdev-0523957900c8962c67aa466236b579d1e870a5fb.tar.gz istreamdev-0523957900c8962c67aa466236b579d1e870a5fb.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:istreamdev
Conflicts:
includes/inc_audio.php
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 = ""; |