diff --git a/start.php b/start.php index 32563e6..aeec284 100644 --- a/start.php +++ b/start.php @@ -55,10 +55,13 @@ while(TRUE) echo "done.\n"; 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)); - echo "done.\n"; + + if(($lastOnlineTime + 60) < time()) + { + echo "Sending end info to discord..."; + $result = file_get_contents($DiscordWebhook, false, stream_context_create($endOptions)); + echo "done.\n"; + } }else{ echo "ERROR: Image not generated!\n"; }