[Icecast] failure to relay

Ken Gillett kengroups at icloud.com
Sat May 1 18:25:45 UTC 2021


Brilliant thanks. I knew it was a playlist file, but assumed Icecast could sort that out and I couldn’t readily access the actual pls as Safari insisted on dealing with it and wouldn’t show the text of the file. But I found another way. I could have copied a URL from your post, but where’s the fun in that. Joking aside, I need to be able to access files like this in future now I know I need to do this in order to set up an Icecast relay when I only have a playlist URL.

All understood and working now. Thank you for the prompt response.


Ken  G i l l e t t

_/_/_/_/_/_/_/_/



> On 1 May 2021, at 19:04, Petr Pisar <petr.pisar at atlas.cz> wrote:
> 
> 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
> 
> 
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast




More information about the Icecast mailing list