From cabf41842533f9f9ebb348ae3d23311ba7377052 Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Fri, 12 Jun 2020 17:41:34 +0200 Subject: [PATCH] dont record --- start.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.php b/start.php index 9978941..32563e6 100644 --- a/start.php +++ b/start.php @@ -54,8 +54,7 @@ while(TRUE) $result = file_get_contents($DiscordWebhook, false, stream_context_create($startOptions)); echo "done.\n"; - system("ffmpeg -rw_timeout 100000 -i ".$StreamURL." tmp/rtmp/".$videoFileName); - //system("rtmpdump -r ".$StreamURL." -m 15 -o /dev/null"); + system("rtmpdump -r ".$StreamURL." -m 15 -o /dev/null"); echo "Sending end info to discord..."; $result = file_get_contents($DiscordWebhook, false, stream_context_create($endOptions));