Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any suggestions for a source I could use to do this? Thanks
Have you played with Liquidsoap http://liquidsoap.fm at all? You definitely could do it with that. On Fri, Aug 21, 2015 at 9:01 PM, Spam Catcher <spamcatcher447 at gmail.com> wrote:> Hi there. > > I'm trying to find a way to create multiple streams with one source > client. Each of the streams should read from a different playlist file > and randomly pull and play songs from the file. I know how to do this > with a single stream with clients such as IceS and Ezstream, but I > don't see a way to specify different playlists for each mountpoint. I > was wondering if anyone had any suggestions for a source I could use > to do this? > > Thanks > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150821/1d76f06d/attachment.htm
With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file (I have 3 copies in the same directory with different names). Then define a new mount point in the xml file and point to a different play list file within the XML ( random can be enabled in the xml). Once this is complete, in terminal start ices2 with each xml. ~ $ sudo ices2 /media/music/ices-playlist_s.XML ~ $ sudo ices2 /media/music/ices-playlist_mylist.XML ~ $ sudo ices2 /media/music/ices-playlist_classic.XML I also define different log files for each stream. Carl Sent From My Android From: Spam Catcher Sent: Saturday, August 22, 12:01 AM Subject: [Icecast] Best source for creating multiple streams To: Icecast streaming server user discussions Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any suggestions for a source I could use to do this? Thanks _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast On Fri, Aug 21, 2015 at 9:01 PM -0700, "Spam Catcher" <spamcatcher447 at gmail.com<mailto:spamcatcher447 at gmail.com>> wrote: Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any suggestions for a source I could use to do this? Thanks _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150822/72c9f752/attachment-0001.htm
Yes, but I'd rather not attempt to learn how to script Liquid Soap just to pull off what I want. If it's the only client that supports this though, I'll give it a look. Thanks On 8/22/15, Nathan Miller <nate at themillerhome.org> wrote:> Have you played with Liquidsoap http://liquidsoap.fm at all? You > definitely could do it with that. > > On Fri, Aug 21, 2015 at 9:01 PM, Spam Catcher <spamcatcher447 at gmail.com> > wrote: > >> Hi there. >> >> I'm trying to find a way to create multiple streams with one source >> client. Each of the streams should read from a different playlist file >> and randomly pull and play songs from the file. I know how to do this >> with a single stream with clients such as IceS and Ezstream, but I >> don't see a way to specify different playlists for each mountpoint. I >> was wondering if anyone had any suggestions for a source I could use >> to do this? >> >> Thanks >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> >
Ah. Thanks for that. I didn't think I'd be able to run multiple instances On 8/22/15, Camara, Carlos <Carlos.Camara at staples.com> wrote:> With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' > file (I have 3 copies in the same directory with different names). Then > define a new mount point in the xml file and point to a different play list > file within the XML ( random can be enabled in the xml). Once this is > complete, in terminal start ices2 with each xml. > > ~ $ sudo ices2 /media/music/ices-playlist_s.XML > ~ $ sudo ices2 /media/music/ices-playlist_mylist.XML > ~ $ sudo ices2 /media/music/ices-playlist_classic.XML > > I also define different log files for each stream. > > Carl > > Sent From My Android > > From: Spam Catcher > Sent: Saturday, August 22, 12:01 AM > Subject: [Icecast] Best source for creating multiple streams > To: Icecast streaming server user discussions > > Hi there. I'm trying to find a way to create multiple streams with one > source client. Each of the streams should read from a different playlist > file and randomly pull and play songs from the file. I know how to do this > with a single stream with clients such as IceS and Ezstream, but I don't see > a way to specify different playlists for each mountpoint. I was wondering if > anyone had any suggestions for a source I could use to do this? Thanks > _______________________________________________ Icecast mailing list > Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast > > > > On Fri, Aug 21, 2015 at 9:01 PM -0700, "Spam Catcher" > <spamcatcher447 at gmail.com<mailto:spamcatcher447 at gmail.com>> wrote: > > Hi there. > > I'm trying to find a way to create multiple streams with one source > client. Each of the streams should read from a different playlist file > and randomly pull and play songs from the file. I know how to do this > with a single stream with clients such as IceS and Ezstream, but I > don't see a way to specify different playlists for each mountpoint. I > was wondering if anyone had any suggestions for a source I could use > to do this? > > Thanks > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >
Guillaume Pellerin
2015-Aug-22 15:44 UTC
[Icecast] Best source for creating multiple streams
Hi! DeeFuzzer can do that: https://github.com/yomguy/DeeFuzzer Each mountpoint can be setup as a "station" object in the XML or YAML config file. I'm the main dev, so feel free to ask questions if any pb ;) Cheers, Yomguy On 22/08/2015 06:01, Spam Catcher wrote:> Hi there. > > I'm trying to find a way to create multiple streams with one source > client. Each of the streams should read from a different playlist file > and randomly pull and play songs from the file. I know how to do this > with a single stream with clients such as IceS and Ezstream, but I > don't see a way to specify different playlists for each mountpoint. I > was wondering if anyone had any suggestions for a source I could use > to do this? > > Thanks > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > >
How do you create different logs files for each stream? From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Camara, Carlos Sent: Saturday, August 22, 2015 12:43 AM To: icecast at xiph.org; icecast at xiph.org Subject: Re: [Icecast] Best source for creating multiple streams With IceS2 this is easily accomplished by copying the 'ices-playlist.XML' file (I have 3 copies in the same directory with different names). Then define a new mount point in the xml file and point to a different play list file within the XML ( random can be enabled in the xml). Once this is complete, in terminal start ices2 with each xml. ~ $ sudo ices2 /media/music/ices-playlist_s.XML ~ $ sudo ices2 /media/music/ices-playlist_mylist.XML ~ $ sudo ices2 /media/music/ices-playlist_classic.XML I also define different log files for each stream. Carl Sent From My Android From: Spam Catcher Sent: Saturday, August 22, 12:01 AM Subject: [Icecast] Best source for creating multiple streams To: Icecast streaming server user discussions Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any suggestions for a source I could use to do this? Thanks _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast On Fri, Aug 21, 2015 at 9:01 PM -0700, "Spam Catcher" <spamcatcher447 at gmail.com> wrote: Hi there. I'm trying to find a way to create multiple streams with one source client. Each of the streams should read from a different playlist file and randomly pull and play songs from the file. I know how to do this with a single stream with clients such as IceS and Ezstream, but I don't see a way to specify different playlists for each mountpoint. I was wondering if anyone had any suggestions for a source I could use to do this? Thanks _______________________________________________ Icecast mailing list Icecast at xiph.org http://lists.xiph.org/mailman/listinfo/icecast -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150915/fafcbdf9/attachment.htm