diff --git a/start.php b/start.php index 9389e91..c9804c2 100644 --- a/start.php +++ b/start.php @@ -55,7 +55,7 @@ while(TRUE) echo "done.\n"; $lastOnlineTime = time(); - system("rtmpdump -r ".$StreamURL." -m 15 -o tmp/rtmp/'.$videoFileName"); + system("rtmpdump -r ".$StreamURL." -m 15 -o tmp/rtmp/".$videoFileName); if(($lastOnlineTime + 10) < time()) {