Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ices mp3 version Ices0.x documentation ?

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Mon Nov 28, 2005 11:27 am    Post subject: ices mp3 version Ices0.x documentation ? Reply with quote

I want to try the different sources client and then I wil choose which one is the best for me.
Where can I find a documentation or a tutorial ?
Back to top
Anonymous
Guest





PostPosted: Tue Nov 29, 2005 2:11 pm    Post subject: Reply with quote

I downloaded Ices0.4 on my mandriva 2005 but now how to process ? where are files ? I did not find any tutorial. someone can help me or this source is definitely obsolet
Back to top
Anonymous
Guest





PostPosted: Wed Nov 30, 2005 7:51 pm    Post subject: icecast2 and MP3 Reply with quote

I am doing the forum myselv. Anyway It could help other !
Yes I am beginer !

I am using icecast because I read it stream ogg and mp3 ! first I try icescast2 with ices2.
I discover that only ogg files are readed (not all !). I open audacity a mp3 file and encode in ogg ! That file was not read !

Stupid question : If I wand a mp3 stream is it working with icescast2 ? Or I must use the icecast1 for mp3 and 2 for ogg ? I am a bit confused !

If I want 2 stream one mp3 and one ogg I need icescast1 and 2 ?
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Nov 30, 2005 8:18 pm    Post subject: Reply with quote

icecast 2 will handle various formats, Ogg and MP3 are just 2 examples of what can be streamed, and multiple streams can be handled on each server. Ices2 will create Ogg vorbis streams but if you have an issue with an Ogg vorbis file with ices then by all means create a bug report with details.

Ices 0.4 is not really supported due to patents but the sample configurations that are shipped provide all the infomation you need. You should not need icecast 1.x at all now.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Wed Nov 30, 2005 8:27 pm    Post subject: Reply with quote

I would like to create mp3 stream. OK icecast2 is ok ! but I need ices ( old version ) right ?
Back to top
Anonymous
Guest





PostPosted: Wed Nov 30, 2005 9:00 pm    Post subject: Error during send: Mount failed on http://localhost:8000/ice Reply with quote

I am a step further now I know how to run ices0 !!!
[root@localhost cb]# /usr/bin/ices0 -c /etc/ices/ices.conf nobody tell me that even in the doc I found
http://www.gnuware.com/icecast/chap_09_02.html#chap_09_02_01
Anyway now I have that error 10 times and I don't know the reason .
Anybody have an idea. I imagine you did that mistake 10 years ago. now It 's my turn ! The new one !

Error during send: Mount failed on http://localhost:8000/ice
Error during send: Mount failed on http://localhost:8000/ice
Error during send: Mount failed on http://localhost:8000/ice
Error during send: Mount failed on http://localhost:8000/ice
...
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Nov 30, 2005 10:12 pm    Post subject: Reply with quote

If I were to guess on a possible reason for failure then I would guess the either the protocol was wrong or your password was wrong. Obviously I don't know what you have configured so it's impossible for anyone to be precise.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Thu Dec 01, 2005 8:59 am    Post subject: Reply with quote

I check the password, It is the first thing I did !
The protocole ??? do you want my xml conf or icecast2 and ices.conf file ?
I am a bit confused with icecast1 and icecast2 I have both. It is icecast or icecast2 or can I run both together ?

If I make a ps - A | grep ice I have onle icecast but the version is 2.3
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Dec 01, 2005 4:14 pm    Post subject: Reply with quote

dnipro wrote:
I check the password, It is the first thing I did !
The protocole ??? do you want my xml conf or icecast2 and ices.conf file ?
I am a bit confused with icecast1 and icecast2 I have both. It is icecast or icecast2 or can I run both together ?

If I make a ps - A | grep ice I have onle icecast but the version is 2.3


you can run both if you want, but we only deal with icecast 2.x. As for the protocol, the conf file says quite clearly about what is needed. You may also find it useful to look at the log files.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Thu Dec 01, 2005 5:35 pm    Post subject: Reply with quote

Go into ices.conf and change the "localhost" line in <Hostname>localhost</Hostname> to whatever the IP is for the machine on your internal network. That solved the same problem for me, so might be worth trying.

I had localhost at the <hostname> !
icecast2 and ices0 are on the same machine !
Shal I make a mount point on the icecast.xml ?
Back to top
Anonymous
Guest





PostPosted: Thu Dec 01, 2005 5:39 pm    Post subject: Reply with quote

Here is my conf file I just change the password ! Maybe you can see easily wath is wrong . the ogg stream works but not the mp3.

<?xml version="1.0"?>
<ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices">
<Playlist>
<!-- This is the filename used as a playlist when using the builtin
playlist handler. -->
<File>/home/cb/radio/icecast/playlist.mp3.txt</File>
<!-- Set this to 0 if you don't want to randomize your playlist, and to
1 if you do. -->
<Randomize>0</Randomize>
<!-- One of builtin, perl, or python. -->
<Type>builtin</Type>
<!-- Module name to pass to the playlist handler if using perl or python.
If you use the builtin playlist handler then this is ignored -->
<Module>ices</Module>
<!-- Set this to the number of seconds to crossfade between tracks.
Leave out or set to zero to disable crossfading (the default).
<Crossfade>5</Crossfade>
-->
</Playlist>

<Execution>
<!-- Set this to 1 if you want ices to launch in the background as a
daemon -->
<Background>0</Background>
<!-- Set this to 1 if you want to see more verbose output from ices -->
<Verbose>0</Verbose>
<!-- This directory specifies where ices should put the logfile, cue file
and pid file (if daemonizing). Don't use /tmp if you have l33t h4x0rz
on your server. -->
<BaseDirectory>/home/cb/radio/icecast</BaseDirectory>
</Execution>

<Stream>
<Server>
<!-- Hostname or ip of the icecast server you want to connect to -->
<Hostname>localhost</Hostname>
<!-- Port of the same -->
<Port>8000</Port>
<!-- Encoder password on the icecast server -->
<Password>xxxxx</Password>
<!-- Header protocol to use when communicating with the server.
Shoutcast servers need "icy", icecast 1.x needs "xaudiocast", and
icecast 2.x needs "http". -->
<Protocol>http</Protocol>
</Server>

<!-- The name of the mountpoint on the icecast server -->
<Mountpoint>/radio.m3u</Mountpoint>
<!-- The name of the dumpfile on the server for your stream. DO NOT set
this unless you know what you're doing.
<Dumpfile>ices.dump</Dumpfile>
-->
<!-- The name of you stream, not the name of the song! -->
<Name>Default stream</Name>
<!-- Genre of your stream, be it rock or pop or whatever -->
<Genre>Default genre</Genre>
<!-- Longer description of your stream -->
<Description>Default description</Description>
<!-- URL to a page describing your stream -->
<URL>http://localhost/</URL>
<!-- 0 if you don't want the icecast server to publish your stream on
the yp server, 1 if you do -->
<Public>0</Public>

<!-- Stream bitrate, used to specify bitrate if reencoding, otherwise
just used for display on YP and on the server. Try to keep it
accurate -->
<Bitrate>128</Bitrate>
<!-- If this is set to 1, and ices is compiled with liblame support,
ices will reencode the stream on the fly to the stream bitrate. -->
<Reencode>0</Reencode>
<!-- Number of channels to reencode to, 1 for mono or 2 for stereo -->
<!-- Sampe rate to reencode to in Hz. Leave out for LAME's best choice
<Samplerate>44100</Samplerate>
-->
<Channels>1</Channels>
</Stream>
</ices:Configuration>
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Source Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber