Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- AzuraCast - API
- 16 Treffer, Zuletzt geändert:
- ====== AzuraCast - API ======
==== Bild des Musikstücks ====
<code>
<?php
$station = "1"; //ID der Station bei Azuracast
$json_station = file_get_contents("https://demo.azuracast.com/api/nowplaying/".$station);
$obj_station = json_decode($json_station);
$live = $obj_station->live->s
- AzuraCast - JSON
- 1 Treffer, Zuletzt geändert:
- http://stream-url/api/nowplaying/1');
$obj = json_decode($json, true);
$nowplaying = $obj["now_playing