Displaying 20 results from an estimated 1000 matches similar to: "liveice sending horrible static noise?"
2004 Aug 06
1
liveice sending horrible static noise?
Ah... mixice has nothing to do with liveice, does it?
The reason you have to put -x in the LAME arguments in mixice is because LAME
is set up to be big-endian by default. The x86 architecture is little-endian,
though.
I'm using liveice to encode the stream... and being on a big-endian powerpc
machine, I've tried all I can to disable that byte-swapping option in LAME,
which
2004 Aug 06
4
Icecast / liveice quandry
I've been running classic icecast + liveice for some time now (several years)
without problems. A couple days ago, the station manager (NPR affiliate) came
to me and asked if we could 'inject' a static file into the stream. Basically
what he wants is for the client to first receive a static file (requesting
donations of course) and then on to the live stream (*not* intermittently).
2004 Aug 06
1
liveice sending horrible static noise?
Hi,
I'm trying to get liveice to work on a YellowDog (powerpc) computer, and all I
can get it to stream is an awful static noise. Listening carefully, I can
barely hear the song in with the noise...
Looking through the list archives, I see someone has posted a similar problem,
and fixed it by undefining NUMBER_LITTLE_ENDIAN in liveice.h
So I did,
liveice.h:/* #define
2004 Aug 06
2
liveice sending horrible static noise?
well, I got it working with the liveice-xmms plugin... had to sift through the
source and remove the -x argument passed to lame...
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject
2004 Aug 06
1
liveice sending horrible static noise?
Ahh yes - this is a problem where the behaviour of lame was changed since I
wrote this app -
----- Original Message -----
From: "jessew" <jessew@holly.colostate.edu>
To: <icecast@xiph.org>
Sent: Sunday, October 06, 2002 9:28 PM
Subject: RE: [icecast] liveice sending horrible static noise?
<p>> well, I got it working with the liveice-xmms plugin... had to sift
2004 Aug 06
0
Icecast / liveice quandry
i know with icecast2/ices , karl heyes has some example config files for
mixing live/static content ( if i recall correctly ) .
however, what i had done in the past is add the static file to the .pls
prior to the live mount . if you generate the .pls files on demand , this
would work . ALSO , i'm quite sure that both icecast1/2 support
intro/outtro files , etc .. this may achieve the same
2004 Aug 06
0
icecast + liveice won't play nicely
Ben,
This is what I have in my liveice.cfg file.
#SERVER xx.xx.xx.xx
SERVER xxxxx.xxxx.xxx
PORT 8000
PASSWORD xxxx
USE_LAME3 /usr/local/bin/lame
ENCODER_ARGS --lowpass 6 --silent --noshort -q2
SOUNDCARD
HALF_DUPLEX
SAMPLE_RATE 48000
BITRATE 64000
STEREO
X_AUDIOCAST_LOGIN
NAME KSL Radio 1160
GENRE KSL's Testing Internet Radio
URL http://xxxxxx.xxx.xxxx/
DESCRIPTION Utah's Home for News,
2004 Aug 06
3
Liveice & Icecast...help
Yes, I downloaded the aumix utility and am using it now. Set line in to %50
then %25 and to record but still the same thing. I'm streaming from the
line in on the sound card which is being fed from a portable radio nearby.
I get the distortion whether I have the audio fed into 'line in' or not.
Matt
-----Original Message-----
From: owner-icecast@xiph.org
2002 Nov 07
4
icecast + liveice won't play nicely
I have gotten icecast and live ice both up and
running, but I cannot get them to play nicely
together. I have the following in my configs:
icecast:
--
encoder_password test
admin_password test
oper_password test
port 8000
port 8001
--
liveice:
--
SERVER 192.168.1.2
PORT 8001
PASSWORD test
#ICY_LOGIN
X_AUDIOCAST_LOGIN
--
but when I run both of them using:
./icecast
./liveice
I get (from
2004 Aug 06
2
Liveice & Icecast...help
One possibility is that Lame is using the wrong endianess for your
system try changing NUMBER_LITTLE_ENDIAN to NUMBER_BIG_ENDIAN in
liveice.h and rebuilding.
The default distribution of Lame uses big endia samples on IO, which
means that in raw input mode it needs the -x arg to be set. However -
some 'helpful' people have made this the default on some
distributions.... so when liveice
2004 Aug 06
3
icecast +liveice +linein
use icecast+liveice and i need to get stream from linein .
Icecast work perfectly and liveice was perfectly but i can get stream
only if I plug
lineout from my radio box to mic on my sound card . Is there any special
config string in liveice for streaming from linein or maybe liveice
can't do it
my liveice.cfg
# liveice configuration file
SERVER localhost
PORT 80
NAME My Radio Box
GENRE
2004 Aug 06
1
Clients connect but no stream...
I'm running Icecast 1.3.11, Lame 3.89, and the latest version of liveice.
I'll post my config files in case someone might find an error in them...
##################################
##### ICECAST.CONF
location Radio
rp_email matt@cmitech.com
server_url http://216.89.xxx.xxx/
max_clients 10
max_clients_per_source 10
max_sources 1
max_admins 5
throttle 10.0
use_meta_data 0
2004 Aug 06
2
do darkice and shout play together well
Mixice (www.lns.com/papers/mixice) does. I have it running on
FreeBSD 4.x machines for KKSF, KPFA, KFCF, etc. for a live MP3
stream (icecast 1.x.x). I will have an OGG version of it soon as
we have some demand for better quality streams.
Tim
On Thu, Nov 07, 2002 at 09:36:16PM -0500, Jim wrote:
> ok then what runs reliably on a freeBSD system? ices?
>
> On Thursday, November 7, 2002,
2004 Aug 06
2
where does linein writes to
I have tried broadcasting from both SuSE Linux and Slackware and with various programs being the last one Tim`s Mixice (which is a perl script that works along with a program called catdsp). Looking at the source I saw that this programs, both of them, try to open /dev/dsp.
Now, my question is if /dev/dsp is the standard device for the line-in of the audio card?
I have tried, as suggested in
2004 Aug 06
2
icecast newbie
Hello All,
I'm a newbie in icecast and I'm trying to put it runnig nice,
(please, be patient with my english)
I got it running with shout, with a big directory of mp3 in my
playlist,
but after few seconds of transmission it begins to fail. My mp3 files
are all 128 at 44. May be the bandwidth to low??
Other question is how can I set a low stream to dial conections
of 56K with
2004 Aug 06
0
Liveice & Icecast...help
Decided to switch to OpenBSD 2.8 as I'm a bit more familiar with it.
Everything seems to compile just fine except liveice. I get this error when
running make.
gcc -g -02 -I. -DHAVE_CONFIG_H -c -o streams.o streams.c
streams.c:39 machine/soundcard.h: No such file or directory
*** Error code 1
Stop in /usr/src/liveice (line 42 of Makefile).
Now it seems pretty obvious why this failed, but I
2004 Aug 06
0
getting Started w/icecast & liveice
Ok, I just about have this working - now I am able to get both my liveice
stream to connect properly to icecast, but I no longer get a "no encoder"
error on connecting to icecast w/winamp! However, nothing plays and I get a
timeout pretty soon.
How can I check and make sure that liveice is streaming my static files?
here's the cfg - do I have the correct settings for streaming a
2004 Aug 06
0
icecast +liveice +linein
On Tue, 26 Jun 2001, Alex Dovgal wrote:
> use icecast+liveice and i need to get stream from linein .
> Icecast work perfectly and liveice was perfectly but i can get stream
> only if I plug
> lineout from my radio box to mic on my sound card . Is there any special
>
> config string in liveice for streaming from linein or maybe liveice
> can't do it
You need to set
2004 Aug 06
0
Liveice not streaming to Icecast?
I'm totally new to this, so forgive me.
I've installed Icecast, Liveice, Lame and MPG123 in usr/local directory,
each with its own directory.
In icecast.conf I've set the server name to a name that resolves to home
network IP address. streamurl is set to http://servername:8000. staticdir is
set to /usr/local/icecast/static.
In liveice.cfg, the servername is the same as in
2011 Apr 08
0
LiveIce - Need Some Info
Dear All, If there is anyone using liveice here....some questions for...
1.What is the latest version of liveice? Is it the one on sourceforge or the
tar.gz on your website?
2. i have icecast running nicely and am able to do simple playlists / grab
audio from a mike via ices0.4 and darkice. I am now experimenting with
liveice.
3. What is the access url for others to listen to my stream. Where is