Just to refresh my memory, is it possible to relay a stream from elsewhere? We have a DSL line here and 2 machines that listen to the same shoutcast stream and dont want to clog the connection. Mind providing an example for that portion of the config? <p>Thanks in advance! Bryan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Here is an example of what I use: <relay> <server>205.188.234.1</server> <port>8008</port> <mount>/</mount> <local-mount>/afterhours</local-mount> <relay-shoutcast-metadata>1</relay-shoutcast-metadata> </relay> And that's actually relaying an mp3 stream (Shameless plug alert!) for AfterHours DJs ( http://www.afterhoursdjs.org ). I believe the same works for ogg streams as well. Hope that helps! --Joseph Wilhelm On Tue, 2003-10-28 at 14:27, Bryan Koschmann - GKT wrote:> Just to refresh my memory, is it possible to relay a stream from > elsewhere? We have a DSL line here and 2 machines that listen to the same > shoutcast stream and dont want to clog the connection. > > Mind providing an example for that portion of the config?<p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Thanks Joseph! That worked perfect! This will help me quite a bit... Thanks, Bryan <p>On Tue, 28 Oct 2003, Joseph Wilhelm wrote:> Here is an example of what I use: > > <relay> > <server>205.188.234.1</server> > <port>8008</port> > <mount>/</mount> > <local-mount>/afterhours</local-mount> > > <relay-shoutcast-metadata>1</relay-shoutcast-metadata> > </relay> > > And that's actually relaying an mp3 stream (Shameless plug alert!) for > AfterHours DJs ( http://www.afterhoursdjs.org ). > > I believe the same works for ogg streams as well. > > Hope that helps! > > --Joseph Wilhelm--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.