Displaying 20 results from an estimated 11000 matches similar to: "Problem connecting to icecast2"
2004 Aug 06
0
Problem connecting to icecast2
In your Ices0. config file you need to change the protocol to work with
Icecast 2 (at the moment you have it set up for Icecast 1.3 server).
HTTP is the required protocol for connecting to Icecast 2.
--------------------------------------
<Protocol>http</Protocol>
--------------------------------------
<p>This should solve your immediate problem.
<p>Joe.
2004 Aug 06
0
Problem connecting to icecast2
I am using the http protocol now and I still get the same results.
Does the mount point in ices need to be a directory that I am mounting
to with read write permissions? Or is it a virtual mountpoint?
<p>At 12:06 AM 4/15/2004, you wrote:
>I am trying to connect to an icecast2 server that I have running on redhat 9.
>
>Via Ice0. Here are the errors that I am getting.
>
2004 Aug 06
2
Problem connecting to icecast2
I am trying to connect to an icecast2 server that I have running on redhat 9.
Via Ice0. Here are the errors that I am getting.
Any help would be greatly appreciated.
Kris.
<p>[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme
Unknown Node: Server
Unknown Execution keyword: Base_Directory
Logfile opened
DEBUG: Sending following information to libshout:
DEBUG: Stream: 0
2004 Aug 06
0
Problem connecting to icecast2
I'm no expert on Ices0.3 but that config doesn't look right to me.
I'm guessing that it's imperative to have the server config as part of the
stream section since you can have multiple streams from one source going to
multiple destinations (I think anyways.. :)
Take a look at my config for ices0.3 below :
---------------------------------------------------
<?xml
2004 Aug 06
0
Problem connecting to icecast2
I see that I don't understand why it is still using the xaudiocast protocol
here is my config file located
in this same directory.
<?xml version="1.0"?>
<ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices">
<ices:Playlist>
<ices:File>test.txt</ices:File>
2004 Aug 06
4
Problem connecting to icecast2
On Thursday, 15 April 2004 at 08:07, Kristoffer R. Munroe wrote:
> I am using the http protocol now and I still get the same results.
<snip>
> >DEBUG: Sending following information to libshout:
> >DEBUG: Stream: 0
> >DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast)
According to the log file you attached, you're still using
xaudiocast. Double check your
2004 Aug 06
2
Problem connecting to icecast2
Kristoffer R. Munroe wrote:
> <ices:Password>hackme</ices:Password>
> DEBUG: Mount: /mymp3stream, Password: letmein
Are these not significant?
--
Tim Schuh
Ugly Networks
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2004 Aug 06
1
Problem connecting to icecast2
Well I think that I see where the problem is.. That is exactly right.
[root@wyatt icecast]# ices -c /home/icecast/ices.conf
Unknown Node: Server
Unknown Execution keyword: Base_Directory
<p>I dont think that ices is actually using the settings in the Server section of
the config file. That would explain why the passwords are different.
<p>So I guess that I will try to set it up
2004 Aug 06
3
Problem with Icecast2/Ices streaming MP3.
Hello everyone,
I am running Icecast 2.0.0 with ices-3.0. I run ices on a machine which
has all the mp3 files I am playing and stream these mp3 to Icecast which
is running on another machine. Every now and then, say 2 hours. Ices
keeps churning out errors saying updating meta data and socket errors
and keeps retrying and after some time it suceeds for one file and then
when playing the next file
2012 Feb 19
2
Fw: Icecast doesn't bind to my external network interface?
-----Originalmeddelande-----
Fr?n: "Per Gunnarsson" <per at 80-244-81-186.customer.t3.se>
Till: per.gunnarsson at lappstockholm.se
Datum: 2012-02-19 17:45
?mne: Icecast doesn't bind to my external network interface?
I can listen to my stream with
mplayer -cache 1024 http://localhost:8000/ices.mp3
but not
mplayer -cache 1024 http://80.244.81.186:8000/ices.mp3
This
2004 Aug 06
1
Ices dies unexpectedly!!!
Hello!
I've just started useing Icecast and Ices. Both has mainly the defaults in
their conf files. fe.: Ices uses the default /ices mount point, end so on.
After playing serveral hours, problems come up... Ices dies. In the ices.log
these can be found:
Error during send: Libshout reported send error, disconnecting: Libshout
socket error.
Error during send: Mount failed on
2014 Jul 30
0
can't use icecast2 in ubuntu 12.04
El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?:
> Hello,
> first of all thank you for your patience and having answered you.
> I tried to change port from 8000 to 8001 but nothing happened. I am
> using a vps server so I don?t need to open port from router.
> I paste here all my icecast.xml configuration file.
> can you please give a llok and tell me if all seems
2004 Jun 01
1
ices2 and Icecast2 on debian configuration question
Hi there,
I have a Debian sarge 512 MB RAM machine with icecast2 and ices2 that I
installed via aptitude. I have a 3MBit/s download and 800KBit/s upload
link.
I would like to configure icecast2 and ices2 properly.
Here is my situation:
1)I have a dtdns address omac.darktech.org
2)icecast2 and ices2 on port 8000 would be fine.
3)I simply want to broadcast my 6 year old niece's voice which
2004 Dec 05
0
permissions, permissions
Hello,
Clueless newbie using ices 0.4 and icecast 2.
Situation: a small closed network, no worries about security.
Error I am bumping into:
[devprog1@localhost ices-0.4]$ ices
Logfile opened
Playing /home/devprog1/mp3/01.mp3
Error during send: Mount failed on http://127.0.0.1:8000/ices, error:
Login failed
Following are my two config files, could anyone help me out?
TIA,
Bert
<icecast>
2004 Aug 06
3
Live Streaming Problem
Me again....
After getting regular playlist streaming working, I'm not trying to
complete the project and implement the live streaming. Unfortunately, due
to the sad, lacking documentation for icecast and ices (especially what
the xml tags in the configuration files actually DO and how they can be
used), I've run into another snag that only you guys can help me out with.
Here it goes.
2004 Aug 06
2
Ices -> Icecast Authentication Failure
Hello, list --
Sorry for the dumb post about confirmation -- I've always wanted to run
majordomo so I could see how this stuff works. Whoops! I guess replying
to the email really isn't the thing to do -- even though it explicitly
states it as an option...
My problem, outside of list etiquette, is this: having compiled all the
latest, installed, etc., ... having read all I can find
2011 Jun 16
1
Need help with config file
Thank you for your time...we made some changes to our config file and the
server doesn't want to start with the command icecast -c
/path/to/icecast.xml giving the error:
'Could not create listener socket on port 8000 Server startup failed.
Exiting'
can you look at the config file bellow and let us know of any changes that
might help. we need to be able to have 10,000 clients
2014 Jul 30
1
can't use icecast2 in ubuntu 12.04
Hello,
in the first listen socket, I put 8001 to make a test, generally it is always set to 8000. should I change also the second listen socket?
Il giorno 30/lug/2014, alle ore 22:15, Jos? Luis Artuch <artuch at speedy.com.ar> ha scritto:
> El mi?, 30-07-2014 a las 21:41 +0200, Simone Dal Maso escribi?:
>> Hello,
>> first of all thank you for your patience and having
2005 Jul 28
2
understanding error.log
Hello. A couple questions.
When I execute curl
http://myserver.xxx.xxx:8000/test.mp3 , I get "<b>The
source you requested could not be found.</b>"
I've placed my error.log and icecast.xml files below.
Could someone help me understand my error.log a little
better - to maybe see why I'm not getting a stream
when I make the above curl call.
Also, you'll see in
2004 Oct 03
2
Can't connect winamp source to icecast server
Gidday,
I have a winamp 2.95 source that cannot upload the stream to my icecast
server.
Since icecast is compatible with shoutcast surely a winamp source should
be able to connect?
any help appreciated,
Greg
My icecast.xml follows:
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>