Streamserver API Beispiel: Coverabfrage (Klein)
Ersetzen Sie im unteren Code „IP-ADRESSE“ mit der IP-Adresse ihres Streamservers und „PORT“ mit den Port Ihres Streamservers.
SHOUTcast V2
<?php $cover_small_output = file_get_contents('https://www.shoutcast-tools.com/external/api/cover/shoutcast/small.php?url=http://IP-ADRESSE:PORT'); echo $cover_small_output;
Icecast V2
<?php $cover_small_output = file_get_contents('https://www.shoutcast-tools.com/external/api/cover/icecast/small.php?url=http://IP-ADRESSE:PORT'); echo $cover_small_output;