embeds->description = str_replace("%%adresse%%", $StreamURL, $jsonMessage->embeds->description); $jsonMessage->embeds->image = "https://files.clatza.dev/tmp/rtmp/".$fileName; $options = [ 'http' => [ 'method' => 'POST', 'header' => 'Content-Type: application/json', 'content' => json_encode($jsonMessage) ] ]; $result = file_get_contents($DiscordWebhook, false, stream_context_create($options)); } }else{ sleep(5); } } ?>