Displaying 20 results from an estimated 10000 matches similar to: "ices2 and Icecast2 on debian configuration question"
2004 Dec 23
2
Icecast 2.2.0 and Ices2: no audio
Folks:
I'm trying to set up a streaming server under Fedora Core 2 using Icecast
2.2.0. Everything compiles; everything runs. There are no indications of a
problem in any of the log files.
When I look at http://192.168.0.128:8000/status.xsl, everything looks ok.
But when I click on "Click to listen", it brings up xmms, but there's no
indication of audio, and xmms shows a bit
2004 Aug 06
0
dual streaming example
Just wanted to share with everyone a working dual-streaming config
based on Geoff Shang's dual streaming example. With this I am sending
two separate streams; one at 96 KBPS and at 41 KHZ and the other at 33
KBPS and at 22 KHZ. At least, this is what I see when I connect using
XMMS-1.2.7. It works and sounds great. I had a small problem getting the
sample rate just right, but this works VERY
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
Hello Everyone,
I have a bit of a problem trying to set up Icecast2 + Ice2, on my debian
box, I installed icecast2 ver 2.3.2-6 and ices2 2.0.1-8. I'm able to
start icecast2 as shown in the logs:
[2012-12-24 20:34:27] INFO main/main Icecast 2.3.2 server started
[2012-12-24 20:34:27] DBUG yp/yp_recheck_config Updating YP configuration
[2012-12-24 20:34:27] INFO
2004 Aug 06
0
(was, streaming both ogg and mp3) now, sending out 3 streams
Okay, I get the picture. Darkice is the way to go. I downloaded it and
installed it and will be testing it using the latest icecast 2.0 beta.
Just give me a few days to get it running and become used to it.
<new question>
Now, for another question. It's just a config issue really.
I successfully have two streams running, one at high bandwidth or 96
kbps and the other low bandwidth at
2005 Oct 01
1
fm-tuner and ices2
Hi all.
These is my first post to this list, and I want to ask about using of
ices-2.0.1 with fm-tuner. I can`t find any useful docs about such usage.
Here is my ices.xml :
---------------------------------------------------------------
<?xml version="1.0"?>
<ices>
<background>1</background>
<logpath>/var/log/ices</logpath>
2004 Aug 06
0
automating icecast2 startups
Hi:
With regard to multiple streams, yes you can use streamtranscoder, but you
can also do it in ices (provide multiple ogg streams, that is). Here's an
excerpt from the config I maintain to show how it's done.
<instance>
<hostname>linux-speakup.org</hostname>
<port>9000</port>
2004 Aug 06
0
Multiple Ogg Streams
On Sat, 2003-11-22 at 00:43, Lukas Österreicher wrote:
> >it supposed to, check the log file for details but there is no reason
> >for it not to work with 2 instances.
> >
> >Note as well, that you should have 2 instances each of which has the
> >icecast connection details and an encode section.
> >
>
> I don't quite understand. You always talk about
2004 Aug 06
2
Multiple Ogg Streams
>it supposed to, check the log file for details but there is no reason
>for it not to work with 2 instances.
>
>Note as well, that you should have 2 instances each of which has the
>icecast connection details and an encode section.
>
I don't quite understand. You always talk about two instances. Do you really mean
two instances of ices2 called seperately? Do I have to make
2004 Aug 06
2
Directory listing disappeared
On Fri, 21 Mar 2003, Remco B. Brink wrote:
> <quote who="Geoff Shang">
>
> > Is there some XML magic I need to use now to get directory info
> > published?
>
> Can you send over your existing configuration?
Yeah. Ignore the comments, this began as the sample config file and the
comments weren't removed or changed.
<?xml
2005 Jul 18
0
Patch to add reconnect(attempts|delay) and maxqueuelenth to IceS doc
Oh my. I guess I was hungry... or maybe it's the heat... or maybe I'm
just damn stupid.
Thanks!
Vincent
?t?p?n Bro? a ?crit :
>Hello Vincent,
>
>you haven't attached your patch :).
>
>Cheers,
>
>Kato
>
>
>
>
>
>
-------------- next part --------------
Index: config.html
===================================================================
---
2004 Aug 06
2
Difficulties with Ices2
I have been successful in running a playlist through Ices and Icecast...
I have run into difficulty running a live stream through the soundcard,
however...
The following is the log when I attempt to run ices ices-mylive.xml:
INFO ices-core/main ices started...
EROR input-oss/oss_open_module Couldn't set sample format to AFMT_S16_LE
EROR input/input_loop Couldn't initialise input module
2004 Aug 06
2
High CPU load
I am running Icecast2 and Ices2 on Redhat Linux 9. I have two ices running with two different
configuration sending to Icecast and the cpu load for each is around 7.0. The playlist contains
ogg files encoded using Ogg Encoder Decoder 1.2.8b from (www.mediatwins.com) with
64kbps, 44.1KHz, VBR.
The <encode> </encode> is the same for both configurations and here it is:
2004 Aug 06
0
(was, streaming both ogg and mp3) now, sending out 3 streams
Hmmm, I guess more is incorrect here than I thought. I changed the
resample in-rate to be 44100 like it should have have been.
But still no joy. Here is the error message as shown in the error.log
file. I'm looking things over and am not seeing my error.
It looks like the audio resample for this particular stream is good.
[root@icecast conf]# ices /usr/local/icecast2/conf/ices.stream.3.xml
2004 Aug 06
1
client not connecting to server
Geoff Shang wrote:
> On Mon, 7 Jul 2003, Michael W. Sellers wrote:
>
>
>>I'm trying to connect to my icecast2 server with winamp with
>>http:host:8000/test.ogg and I get the following error on the server
>>console: DEBUG: client coming in
>> DEBUG: source not found for client
>
>
> This means that whatever program you're using to send a
2004 Aug 06
4
(was, streaming both ogg and mp3) now, sending out 3 streams
On Sun, 2003-11-23 at 00:35, Kerry Cox wrote:
> Now I tried to add a third stream by adding the following <instance> to
> the above config:
>
> <instance>
> <hostname>xx.xxx.x.xxx</hostname>
> <port>8000</port>
> <password>secretpasswd</password>
>
2004 Aug 06
0
(was, streaming both ogg and mp3) now, sending out 3 streams
<smacks self on head>
Duh, I had assumed it took the sample rate from the stream directly
before it and was not a standard rate. That's what you get for assuming.
Makes an *ass" of *u* and *me*.
I will fix that now. Thanks.
KJ
<p>On Sat, 2003-11-22 at 19:12, Karl Heyes wrote:
> On Sun, 2003-11-23 at 00:35, Kerry Cox wrote:
>
> > Now I tried to add a third stream
2004 Nov 15
2
some help
Hello all
I am sending my icecast configuration. What i am trying to
do is 'live stream' so as to be able to broadcast radio
live on my website. I am using icecast as the server and
ices as the streamer. Below is the configuration for
icecast and following it is my configuration for ices. I
cannot seem to find out where i went wrong.
<icecast>
<limits>
2004 Aug 06
2
Server drops client - problem with IceS?
Geoff Shang wrote:
> Does your playback match the sound that you are encoding? Perhaps share
> your config file so we can help troubleshoot this.
I would think so, but I might have missed something.
<p>Here is my IceS2-config - with this one, the problem manifests after 2
minutes of playing, and the client is disconnected after 3 minutes.
I have tried tweaking bitrate, quality,
2004 Aug 06
3
Re-5: Newbie-Question
Hi!
The icecast-server seems to work though I didn't manage to play music:
This is my config file for the intended playlist:
<?xml version="1.0"?>
<ices>
<background>0</background> <!-- run in background? (unimplemented) -->
<logpath>/tmp</logpath> <!-- where logs, etc go. -->
2004 Aug 06
2
Icecast2 and Ices2 and Authentication Probs.
Can anybody help me, I have Icecast2 and Ices2 on Mandrake and want to play a static playlist.
I am getting the following problem:
[2003-06-26 12:56:08] DBUG connection/_handle_get_request Client connected
[2003-06-26 12:56:08] DBUG admin/admin_handle_request Got command (streamlist)
[2003-06-26 12:56:08] INFO admin/admin_handle_request Bad or missing password on admin command request