11.01.2023, 17:35
es funktioniert im Übrigen auch mit anderen Sendern, nach einer Änderung und einer Fehlerkorrektur:
zeile 8: $station = "artdestiny";
zeile 61:
falsch (had coded key):
echo 'Stream_URL: <a href="' . $obj_station->stream_url . '"> http://stream.laut.fm/xenolandia</a><br><br>';
richtig:
echo 'Stream_URL: <a href="' . $obj_station->stream_url . '">' . $obj_station->stream_url . '</a><br><br>';
sorry
zeile 8: $station = "artdestiny";
zeile 61:
falsch (had coded key):
echo 'Stream_URL: <a href="' . $obj_station->stream_url . '"> http://stream.laut.fm/xenolandia</a><br><br>';
richtig:
echo 'Stream_URL: <a href="' . $obj_station->stream_url . '">' . $obj_station->stream_url . '</a><br><br>';
sorry