Displaying 20 results from an estimated 12000 matches similar to: "IceS playlist & directory ?"
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
2
syntax for playlist
I should be more specific . What I meant to ask was - is it necessary for the directory that icecast streams or serves files from to "everyone" or the "world" have at least read permissions. I do plan to experiment with the permisions but I was just asking to see if any one had already tried this. I like to lock down my system as much as possible.
Thanks for the help!
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
1
compilling error ices-0.2.3.tar.gz
sorry about that. I decided to install the latest ices from cvs instead.
However I encountered another problem.
I have the latest libshout, icecast and ices. All were compilled without problems. I am trying to
stream in mp3 format but when I run ices I receive errors that read something similar to
'/path/to/mp3file/song.mp3 - possibly corrupt or malformed data'.
The entire playlist will
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
Ooff! I am using ices2. Well that explains it then! I am new to linux and I thank you very much
for your help and patience.
Please just some clarification.
To get cvs version of ices for mp3 streaming compatibilty with Icecast2:
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice login
pw:anoncvs
cvs -d :pserver:anoncvs@cvs.xiph.org:/cvs/ice -z 9 co ices
or
cvs -d
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
thnks for the clarfication.
I downloaded libshout2 and ices-0.2 from cvs. I compiled libshout with out a problem but when i try
and compile ices I get the following error:
<p><p>checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
checking shout/shout.h usability... yes
checking
2004 Aug 06
1
compilling error ices-0.2.3.tar.gz
dowloaded the latest libshout and icecast2 from cvs. I also downloaded ices-0.2.3.tar.gz from
icecast.org for mp3 suport. Libshout compiled succesfully but when i tried to compile ices i
received the following error. please help.
<p>make[3]: *** [playlist.o] Error 1
make[3]: Leaving directory `/root/stream/ices-0.2.3/src/playlist'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving
2004 Aug 06
1
mount points & multiples streams II
I have done some experimenting but if am incorrect I would like someone to correct me.
I am trying to run multiple streams so what I have created additional directories such as mrock24, mRock64, and mRock128 in the '/etc/ices' directory . In these directories I have placed new conf files and playlist files respectively streaming 24, 64, and 128. These directories are also the name of the
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
1
mount points & multiples streams II
>AFAIK, this will work. However, if all you want to do is have the same
>content at different bitrates, you can achieve this with one instance of
>ices and one playlist. Not sure of the specifics though as I don't use
>ices 0.2.3. I can look though.
If you can just point me in the direction
>Yes. You need the browser to download a file containing the IP address so
>it
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
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
0
format icecast.log to html
ok now i know, thanks anyway
<p>----- Original Message -----
From: Kerry Cox
To: icecast@xiph.org
Sent: 28 Apr 2003 20:41:39 -0600
Subject: Re: [icecast] format icecast.log to html
<p><p>Analog, webalizer, etc, to name a few. These are relatively easy to
setup and get running.
KJ
<p>On Mon, 2003-04-28 at 20:36, ronnie@mixsessions.com wrote:
> > Could you elaborate
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 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
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
0
icecast 1.x vs icecast 2
If you search the archives someone posted an unofficial howto to get icecast2
started. Was immensely helpful on the config file side of things. I then
stumbled across a short specification on the ices config file which helped me
figure out how to properly hook up a perl script to ices.
>===== Original Message From <ronnie@mixsessions.com> =====
>okay those are good reasons but
2004 Aug 06
0
icecast 1.x vs icecast 2
yes I got that info
<p>----- Original Message -----
From: M Edwards <medwards@ualberta.ca>
To: <icecast@xiph.org>
Cc:
Date:
Subject: RE: [icecast] icecast 1.x vs icecast 2
If you search the archives someone posted an unofficial howto to get icecast2
started. Was immensely helpful on the config file side of things. I then
stumbled across a short specification on the ices
2004 Aug 06
1
format icecast.log to html
Could you elaborate on what you mean by "http log analysis tools out there on icecast log files"?
<p>----- Original Message -----
From: Michael Smith
To: "icecast@xiph.org" <icecast@xiph.org>
Sent: Tue, 29 Apr 2003 12:28:06 +1000
Subject: Re: [icecast] format icecast.log to html
"ronnie@mixsessions.com" <ronnie@mixsessions.com> said:
>
> I
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