[Icecast] Single input to multiple outputs with different fallbacks

Philipp Schafft phschafft at de.loewenfelsen.net
Fri Oct 22 08:16:08 UTC 2021


Good morning,

On Thu, 2021-10-21 at 17:49 +0000, Dik .... wrote:
> I have an input mount /input that butt connects to
> 
> I have 2 fallback mounts /fallback1 and /fallback2
> 
> What I want is for the input to feed 2 outputs one of which that
> falls back to /fallback1 and the other to /fallback2
> 
> Is this possible with icecast?  Is it possible to use relays or
> aliases to achieve this?

As you already guessed this is perfectly possible with relays. A block
similar to this could be used:

    <relay>
        <server>127.0.0.1</server>
        <port>8000</port>
        <mount>/fallback1</mount>
        <local-mount>/fallback2</local-mount>
    </relay>

Please also check the docs on <relay> to see which exact options will
work for you.

With best regards,

-- 
Philipp Schafft (CEO/Geschäftsführer) 
Telephon: +49.3535 490 17 92

Löwenfelsen UG (haftungsbeschränkt)     Registration number:
Bickinger Straße 21                     HRB 12308 CB
04916 Herzberg (Elster)                 VATIN/USt-ID:
Germany                                 DE305133015
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: This is a digitally signed message part
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211022/672b5ca3/attachment.sig>


More information about the Icecast mailing list