V?Sat, May 01, 2021 at 06:39:25PM +0100,?Ken Gillett
napsal(a):> I?m trying to relay a radio station (for internal use around the home), but
it?s not working and I could do with some assistance.
>
> The station URL is:-
>
> http://totalbroadcast.net/zenith/zenith128.pls
<http://totalbroadcast.net/zenith/zenith128.pls>
>
> but when I try to ?listen? to the Icecast re-broadcast in a browser, I just
get:-
>
> 404 - Mount unavailable
>
> When I check the Icecast logs I see:-
>
> [2021-04-29 21:04:11] INFO slave/start_relay_stream Starting relayed
source at mountpoint "/zenith"
> [2021-04-29 21:04:11] INFO slave/open_relay_connection connecting to
totalbroadcast.net:80
> [2021-04-29 21:04:11] WARN format/format_get_type Unsupported or legacy
stream type: "audio/x-scpls". Falling back to generic minimal handler
for best effort.
<http://totalbroadcast.net/zenith/zenith128.pls> is not an address of the
stream. It's a playlist. The warning from the log confirms the type.
You need supply an address of the stream to icecast. The address can be found
in the playlist document. Look:
$ wget -q -O - http://totalbroadcast.net/zenith/zenith128.pls
[playlist]
NumberOfEntries=8
File1=http://148.163.81.10:8001/zenith128
File2=http://148.163.81.10:8001/zenith128
File3=http://148.163.81.10:8001/zenith128
File4=http://148.163.81.10:8001/zenith128
File5=http://91.189.64.188:3644/zenith128mp3
File6=http://91.189.64.188:3644/zenith128mp3
File7=http://91.189.64.188:3644/zenith128mp3
File8=http://91.189.64.188:3644/zenith128mp3
So there are exactly two unique addresses. Pick one of them for the icecast
configuration file.
-- Petr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL:
<http://lists.xiph.org/pipermail/icecast/attachments/20210501/ecaa7f8d/attachment.sig>