Ersetzen Sie im unteren Code “IP-ADRESSE” mit der IP-Adresse ihres Streamservers und “PORT” mit den Port Ihres Streamservers.
SHOUTcast V2
<?php $bitrate_output = file_get_contents('https://scripts.streampanel.net/cc/bitrate_shoutcast2.php?url=http://IP-ADRESSE:PORT'); $bitrate_output_color = file_get_contents('https://scripts.streampanel.net/cc/bitrate_shoutcast2.php?url=http://IP-ADRESSE:PORT&color=red'); echo $bitrate_output; echo $bitrate_output_color;
Icecast KH
<?php $bitrate_output = file_get_contents('https://scripts.streampanel.net/cc/bitrate_icecast.php?url=http://IP-ADRESSE:PORT'); $bitrate_output_color = file_get_contents('https://scripts.streampanel.net/cc/bitrate_icecast.php?url=http://IP-ADRESSE:PORT&color=red'); echo $bitrate_output; echo $bitrate_output_color;
Farbliche Ausgabe
Basierend auf den CSS-Farbnamen oder HEX-Code: https://www.farb-tabelle.de/de/farbtabelle.htm
Abonnieren
Anmelden
0 Kommentare