I am just starting to use icecast and would appreciate some help with setup. I have searched the archive and read the documentation, but I am unable to determine how to get ices to stream a playlist on one mount point and another separate playlist on another mount point. Is it supported? I know that streaming the same playlist at different bit rates on different mount points is supported. I tried executing ices from two different process. It shows two different mount points at the server, but plays exactly the same stream (the one that was started first). Any help would be appreciated. Thanks in advance, 'Carl <p><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.
On Thursday, 15 August 2002 at 16:50, Koeppl, Carl wrote:> > I am just starting to use icecast and would appreciate some help with setup. > > I have searched the archive and read the documentation, but I am unable to determine how to get ices to stream a playlist on one mount point and another separate playlist on another mount point. Is it supported? I know that streaming the same playlist at different bit rates on different mount points is supported. > > I tried executing ices from two different process. It shows two different mount points at the server, but plays exactly the same stream (the one that was started first).Use two different ices processes running _two different_ config files. -b --- >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.
> I am unable to determine how to get ices to stream a playlist on one mount point and another separate playlist on another mount point. Is it supported? I know that streaming the same playlist at different bit rates on different mount points is supported.I don't believe this is possible.> > I tried executing ices from two different process. It shows two different mount points at the server, but plays exactly the same stream (the one that was started first).This should work fine though you need to be sure that you are sourcing a different playlist. Have you used the -v flag to get ices to tell you exactly what it is doing? Another possible cause of the behavior would be that the second stream is having a problem and stops streaming. Icecast by default will fail clients over to the first stream on the server in that case. alan --- >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.
On Fri, 16 Aug 2002 07:20, Alan Bushnell wrote:> > I am unable to determine how to get ices to stream a playlist on one > > mount point and another separate playlist on another mount point. Is it > > supported? I know that streaming the same playlist at different bit rates > > on different mount points is supported. > > I don't believe this is possible. >Yep, defnittely, you can define multiple outputs in the ices.xml..... Just define more than one "instance" clause with different mount points :-) <p>To do different playlists you need two instances of ices running with different configurations... Mark --- >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.