similar to: Creating a playlist for Ices

Displaying 20 results from an estimated 200000 matches similar to: "Creating a playlist for Ices"

2006 Oct 20
2
creating playlist for ices
Hi, Can someone tell me how a playlist for ices can be created? Thank you, Simon
2006 Oct 20
0
creating playlist for ices
Simon Eigeldinger wrote: > Hi, > > Can someone tell me how a playlist for ices can be created? > just "/path/to/file" one per line. can be nicely automated by using something like "find |grep .ogg" Cheers Thomas
2004 Aug 06
0
ices 'script' playlist information?
I can heartily garuntee that if your script doesn't return anything ices will whine about only getting newlines and promptly terminate. For you this is desired behaviour. For me it was undesired.. god it took me awhile to work the kinks out of that script... --thanks Michael Edwards http://www.walledcity.ca/ >===== Original Message From Karl Heyes <karl@pts.tele2.co.uk> =====
2004 Aug 06
1
ices: forcing an immediate reread of the playlist
Hi Michael, I'll try, but just from looking at the code inside im_playlist.c it doesn't appear to check the pl->nexttrack variable inside the 'while(1)' loop unless it reaches the eof on the playlist file. Honestly I don't understand the ogg function calls, but just wondering if code has to be added to check this. Brant At Tuesday 06:24 PM 3/19/2002, Michael
2004 Aug 06
0
Bug in ices, playlist mode (ices kh47, libshout kh22)
On Mon, 2003-11-24 at 21:58, iceuse@kezako.net wrote: > Hello, > I changed my config for ices and added passthru. Well that will reduce CPU a lot, as the ogg streams are only rebuilt, no re-encoding is going on. > I will see how it will run now. > I have realtime I think: realtime needs privileges to be enabled, and as the log shows the
2004 Aug 06
0
ices: forcing an immediate reread of the playlist
At 12:32 PM 3/19/02 -0500, you wrote: >Hi all, > > I'm currently trying to set up ices2 with icecast2 along with otto, a >jukebox interface written in perl. Otto allows the user to kill a song via >the web interface, which in turn kills all running instances of ices, >rewrites the playlist and launches ices. This has the bad side effect of >terminating the client's
2004 Aug 06
3
ices 'script' playlist information?
Ok, I've got one more question. I've got my stream largly working... I don't have any of the external, web-based stuff necessary to build lists, ETC... but the streams themselves are working quite well. My question is, using the script playlist option.. how can I tell ices that the playlist is over? I know I can just keep sending the same result over and over, but that seems rather
2004 Aug 06
0
ices 'script' playlist information?
Adam Scriven <scriven@lore.com> said: > On Sat, Mar 01, 2003 at 07:09:24PM +0000, Karl Heyes wrote: > > On Sat, 2003-03-01 at 18:41, Adam Scriven wrote: > > > Is there anywhere I can go to get detailed information on how this works? > > > I'm wondering about passing information back and forth, for example, or > > > if there's anyway to collect
2004 Aug 06
0
Bug in ices, playlist mode (ices kh47, libshout kh22)
On Sat, 2003-11-22 at 10:00, iceuse@kezako.net wrote: > Hello, > I had a very strange behavior of ices: > [2003-11-22 10:27:17] EROR playlist-builtin/write_ogg_data failed buffer allocation This would indicate that too much audio was in flight to the output, if it was running ok for some time then this probably means that the system became very busy preventing the runner from freeing up
2004 Aug 06
0
IceS playlist & directory ?
THANKS AGAIN! :) <p>Hi again. find /absolute/name/of/directory -name '*.ogg' > /usr/local/stream/ices/playlist.txt > Thank you for the prompt reply. I am currently new to linux and although I am learning fast could you explain what the command above does. find all files located under /absolute/name/of/directory whose name is something dot ogg and put the result in
2004 Aug 06
2
Bug in ices, playlist mode (ices kh47, libshout kh22)
Hello, I changed my config for ices and added passthru. I will see how it will run now. I have realtime I think: [2003-11-24 22:54:25] INFO ices-core/main Streamer version IceS 2.0-kh47 [2003-11-24 22:54:25] INFO ices-core/main libshout version 2.0-kh22 [2003-11-24 22:54:25] INFO ices-core/main realtime scheduling has been enabled
2004 Aug 06
2
Unable to use playlist module in ices
I have just downloaded from anoncvs@xiph.org the ogg, vorbis, icecast, and ices modules. I compiled and installed all four modules without any errors. I seem to have icecast working correctly (no errors in the logs), but I cannot get ices started. I receive the following errors in the log file: [2001-11-09 07:04:54] EROR playlist-builtin/playlist_open_module No playlist type given, cannot
2004 Aug 06
1
IceS playlist & directory ?
>>find /absolute/name/of/directory -name '*.ogg' /usr/local/stream/ices/playlist.txt Thank you for the prompt reply. I am currently new to linux and although I am learning fast could you explain what the command above does. <p><p>On Sun, Jan 26, 2003 at 01:30:04PM -0500, ronnie@mixsessions.com wrote: > Greetings > Is it possible to command IceS to play from a
2004 Sep 07
3
Ices with perl playlist - multiple instances
Hello, I'd like to be able to run multiple instances of Ices (2.0), each with their own playlist and streaming to different mountpoints. Although I'm relatively new to Ices and Icecast, so far I have had little trouble getting it running with two or more instances of Ices feeding off fixed playlists (files). I'd like to be able to set each instance of Ices to run with script based
2004 Aug 06
1
IceS playlist & directory ?
Greetings Is it possible to command IceS to play from a directory instead of creating a playlist with several hundred mp3's. I have read through the threads and notice that Ices can do some great things but I am swithching from a Win2k environment so I am not familiar with python and perl. Is what I am asking possible? Is there some one willing to share scripts created for Ices?
2004 Aug 06
1
IceS 2 - scripted playlist
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
2004 Aug 06
3
ices: forcing an immediate reread of the playlist
Hi all, I'm currently trying to set up ices2 with icecast2 along with otto, a jukebox interface written in perl. Otto allows the user to kill a song via the web interface, which in turn kills all running instances of ices, rewrites the playlist and launches ices. This has the bad side effect of terminating the client's connection to icecast and leaving a bunch of ices
2004 Aug 06
0
IceS 2 - scripted playlist
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.
2004 Aug 06
2
Bug in ices, playlist mode (ices kh47, libshout kh22)
Hello, I had a very strange behavior of ices: [2003-11-22 10:27:17] EROR playlist-builtin/write_ogg_data failed buffer allocation [2003-11-22 10:27:17] WARN input/input_sleep Sleeping for over 1 second (46364899), resetting timer [2003-11-22 10:27:17] WARN input/input_sleep Sleeping for over 1 second (46407041), resetting timer [2003-11-22 10:27:17] WARN input/input_sleep Sleeping for over 1
2003 Mar 01
0
ices 'script' playlist information?
Doesn't ices only read the first line returned from the script? --thanks Michael Edwards http://www.walledcity.ca/mars/ >===== Original Message From Karl Heyes <karl at pts.tele2.co.uk> ===== >On Sat, 2003-03-01 at 18:41, Adam Scriven wrote: > >> Is there anywhere I can go to get detailed information on how this works? >> I'm wondering about passing information