1
0
Fork 0

remove typo

This commit is contained in:
Christopher Latza 2020-06-16 00:52:43 +02:00
parent 3d05aedd9a
commit 32254a9293
1 changed files with 1 additions and 1 deletions

View File

@ -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())
{