Dik ....
2021-Oct-21 17:49 UTC
[Icecast] Single input to multiple outputs with different fallbacks
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? Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20211021/47042a41/attachment.htm>
Philipp Schafft
2021-Oct-22 08:16 UTC
[Icecast] Single input to multiple outputs with different fallbacks
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>