Jim wrote:> im resetting up a server for a college radio station and for the new box > we got a decent processor and maxed out the RAM so in addition to the 2 > live encoded streams i want to add 2 prerecorded stream, 1 with bands > that have played live on the air and one of public affairs show, and i > was wondering if darkice and shout will play together nice on a freeBSD > box...I don't see any reason that they shouldn't.. --- >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.
Yes. It runs a script which returns a file to stream. http://www.6809.org.uk/kja3/ices2-howto.shtml#config-input-playlist-script ml <p>On Thursday 07 November 2002 01:12 pm, Leo Currie wrote:> Hi - > Sorry if this has been answered - i've been away from this list for a few > months. > Just got IceS 2 and Icecast 2 setup and running :) > Looking at the sample ices-playlist.xml, it seems only the basic playlist > type is implemented. Looking at the source, however, (and this is a bad > idea I'm sure, because I am a novice programmer:) there seems to be some > reference to a scripted playlist. > If there is indeed some support (however limited) can anyone give > hints/tips for making it do something? > > Specifically, can I write a Perl script to generate the 'next' file I want > Ices2 to play? > > > Thanks > > > Leo. > > > > > --- >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.-- Vorbis: Open, Free Audio :: http://www.vorbis.com <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.
Hi - Sorry if this has been answered - i've been away from this list for a few months. Just got IceS 2 and Icecast 2 setup and running :) Looking at the sample ices-playlist.xml, it seems only the basic playlist type is implemented. Looking at the source, however, (and this is a bad idea I'm sure, because I am a novice programmer:) there seems to be some reference to a scripted playlist. If there is indeed some support (however limited) can anyone give hints/tips for making it do something? Specifically, can I write a Perl script to generate the 'next' file I want Ices2 to play? <p>Thanks <p>Leo. <p><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.
At 07:12 PM 7/11/2002 +0000, you wrote:>Hi - >Sorry if this has been answered - i've been away from this list for a few >months. >Just got IceS 2 and Icecast 2 setup and running :) >Looking at the sample ices-playlist.xml, it seems only the basic playlist >type is implemented. Looking at the source, however, (and this is a bad >idea I'm sure, because I am a novice programmer:) there seems to be some >reference to a scripted playlist. >If there is indeed some support (however limited) can anyone give >hints/tips for making it do something? > >Specifically, can I write a Perl script to generate the 'next' file I want >Ices2 to play?Yes. Configure it with this script module, and then add another parameter "program", which is the path to the program you wish to run. This program (which can be something like a perl script) should write a single line to stdout, then exit. The single line should be a filename, this is what ices2 will play next. Michael <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.