From 32254a9293703bb7203b0233562ea05b6ab39155 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Tue, 16 Jun 2020 00:52:43 +0200 Subject: [PATCH] remove typo --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {