Hello All, I am kadhiravan New to this list. Just I have installed icecast2/ices2 in my system.. Realy it is working fine. So ready for enhanement. So i came out with question. 1.How to run diff playlist same time. 2.How to enable jumping to next song for clients. 3.Is it possible to set more mount points. Thanks in advance. kadhiravan.R --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20061117/ee767f69/attachment.html
kadhiravan r wrote:> 1.How to run diff playlist same time.Have multiple ices2 processes started by using different config files. That doesn't hurt. It simply works.> 2.How to enable jumping to next song for clients.For simple "skip this song" functionality you could send a HUP (kill -HUP $pid_of_desired_ices_process). This could be done by a simple bash script run as cgi on your webserver. Note that the ices2 process will jump to the next song. This means _everybody_ listening will hear it jump to the next song. If you want something more you'll need to install something like http://tunequeue.sourceforge.net/about.html> 3.Is it possible to set more mount points.Icecast2 supports having many mount points. There's no specific limit. Read the documentation for further info. Cheers Thomas