1
0
Fork 0
This commit is contained in:
Christopher Latza 2020-06-12 15:10:29 +02:00
parent 3e25332788
commit ad56dd4195
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ while(TRUE)
$jsonStartMessage = file_get_contents("startMessage.json");
$jsonEndMessage = file_get_contents("endMessage.json");
$jsonStartMessage = str_replace("%%adresse%%", $StreamURL, $jsonMessage);
$jsonStartMessage = str_replace("%%vorschau%%", "https://files.clatza.dev/tmp/rtmp/".$fileName, $jsonMessage);
$jsonStartMessage = str_replace("%%adresse%%", $StreamURL, $jsonStartMessage);
$jsonStartMessage = str_replace("%%vorschau%%", "https://files.clatza.dev/tmp/rtmp/".$fileName, $jsonStartMessage);
$startOptions = [
'http' => [