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));