Streamserver API Beispiel: Titelausgabe
Ersetzen Sie im unteren Code „IP-ADRESSE“ mit der IP-Adresse ihres Streamservers und „PORT“ mit den Port Ihres Streamservers.
SHOUTcast V2
<?php $title_output = file_get_contents('https://scripts.streampanel.net/cc/songtitle_shoutcast2.php?url=http://IP-ADRESSE:PORT'); echo $title_output;
Icecast V2
<?php $title_output = file_get_contents('https://scripts.streampanel.net/cc/songtitle_icecast.php?url=http://IP-ADRESSE:PORT'); echo $title_output;