similar to: How to config Ices-playlist.XML to run script

Displaying 20 results from an estimated 30000 matches similar to: "How to config Ices-playlist.XML to run script"

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
3
ices 'script' playlist information?
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 information like the audio program they're > > listening with,
2005 Jan 06
4
ices config problems
*** the following config: <input> <module>playlist</module> <param name="type">script</param> <param name="file">/radio/getnextsongpath</param> </input> gets me: Could not find a valid playlist file. Ices Exiting... *** the following header of the config file: <?xml
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
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
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
2013 Mar 29
2
problem with ices 0.4 and playlist scripting
hello all, I have been using ices V0.4 successfully with the built-in playlist handler for a couple of years now, but I recently decided I?d like a bit more control over what is played and when. I?ve read as much as I could find on the internet about doing this. I?ve written a php script to connect to, and query a MySQL database for the tracks to play. When I run the php script manually from
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 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 ?
>>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 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
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?
2005 Nov 09
2
playlist module causing machine hangup
Hello, I had a big trouble with ices (ices-2kh60). It is reading a playlist file containing "-" to tell "read stdin". But I think that when stdin is having problem, then ices become mad. It tries hundreds of time per second to play the playlist file content, generating huge amount of traces, which are rotated, but causing a denial of service on the server which become
2004 Aug 06
2
Ices2 Script Playlist Handler
I am just curious as to if the Ices2 Script playlist option is even able to be tested as yet? I would love to have this option available, as it was (and will be again) an integral part of my web site. If there is anything I can do to help speed the development along, I would be more than happy to contribute. I had written a MySQL playlist handler for the original Ices, and I really love the
2005 Jan 13
3
ices 0.4 can't find playlists...
Hello, I've compiled and successfully run icecast2 with ices on a single stream. But I'm running into problems running multiple streams from ices to icecast... I used the <playlist>...</playlist> syntax to run a single stream, but the docs on icecast.org seem to suggest using the <input>...</input> syntax instead. I've actually tried it both ways, with
2003 Mar 01
3
ices 'script' playlist information?
Hey all. I've got my streams running, they're working quite awesome so far. But I've got a question about automation, and the ices2 "script" playlist option. 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 information like the audio program
2005 Jan 14
1
ices 0.4 can't find playlists...
Maybe I'm misunderstanding ices' capabilities...is ices 0.4 only capably of handling a single playlist? Do I need to run multiple instances of ices in order to process multiple playlists? My issue is that I need to stream mp3 audio, not ogg (iTunes doesn't support .ogg yet natively), and if I'm reading the docs correctly, ices2 only supports .ogg, not .mp3. Is this correct,
2005 Jan 14
1
ices 0.4 playlist updating...
A simple question, but I can't seem to find an answer online...if you update the playlist file while ices is running, will ices 0.4 reread the modified file automatically, or do you need to -HUP (or stop and restart) it? -C
2004 Aug 06
1
Python Playlist handler for ices
Old version of ices has python/perl playlist handler, I've seen yet shell script wrapper for the new ices, but no one speaks about python/perl handlers. Are these features planned to be reimplemented soon? I'm intrested in python handler, I've seen sources of old version but it doesn't seems so easy to implement by myself since the beaviour of python/perl handlers is different from
2007 Dec 25
2
about playlist handler in ices-0.4
Hi... i would like know how to one playlist handler whith perl? where a search one "HOW TO" thanks.. -- ALPHANET INFORM?TICA LTDA www.alphanetbh.com.br Belo Horizonte MG Leandro Campos (31)30726251 (31)87883925 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20071226/c577c111/attachment.htm