Displaying 17 results from an estimated 17 matches for "half_duplex".
2004 Aug 06
3
icecast +liveice +linein
...ial
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 linein://
URL linein://
PUBLIC 0
X_AUDIOCAST_LOGIN
PASSWORD letmein
SAMPLE_RATE 44100
BITRATE 128000
STEREO
SOUNDCARD
HALF_DUPLEX
USE_LAME3 /usr/bin/lame
NO_MIXER
MOUNTPOINT stream
PLAYLIST playlist
DECODER_COMMAND mpg123
MIX_CONTROL_MANUAL
CONTROL_FILE mix_command
TRACK_LOGFILE track.log
What I must to do for getting stream from linein ?? Maybe ices is a
solution ?
--- >8 ----
List archives: http://www.xiph.org/archive...
2004 Aug 06
2
Liveice & Icecast...help
.....help
I've used a Sound Blaster AWE32 / Liveice combo before.
Sounds like your record volume is set WAY to high or more likely you are
recording from the wrong input. Make sure that it's the _line_in_ that's
selected for recording in you mixer app.
Also If i remember you have to use HALF_DUPLEX mode (in liveice.cfg) at
least if you're using MIXER mode... I'm not sure about in SIMPLE mode,
expirement.
Harvey
On Wed, 21 Mar 2001, Matthew Mencel wrote:
> I'm running FreeBSD 4.2. I downloaded and installed Icecast 1.3.10,
> Liveice, mpg123, and Lame. I know the Icecast...
2004 Aug 06
2
Liveice & Icecast...help
I'm running FreeBSD 4.2. I downloaded and installed Icecast 1.3.10,
Liveice, mpg123, and Lame. I know the Icecast streamer is working because I
can feed it from WinAMP on my PC and listen to the stream somewhere else and
it sounds fine. I know liveice is working too because Icecast shows that it
connects and is sending audio to it. However when I listen to the stream on
my PC with WinAMP
2004 Aug 06
0
Liveice & Icecast...help
I've used a Sound Blaster AWE32 / Liveice combo before.
Sounds like your record volume is set WAY to high or more likely you are
recording from the wrong input. Make sure that it's the _line_in_ that's
selected for recording in you mixer app.
Also If i remember you have to use HALF_DUPLEX mode (in liveice.cfg) at
least if you're using MIXER mode... I'm not sure about in SIMPLE mode,
expirement.
Harvey
On Wed, 21 Mar 2001, Matthew Mencel wrote:
> I'm running FreeBSD 4.2. I downloaded and installed Icecast 1.3.10,
> Liveice, mpg123, and Lame. I know the Icecast...
2004 Aug 06
0
getting Started w/icecast & liveice
...- do I have the correct settings for streaming a bunch of mp3
files to icecast?:
# liveice configuration file
# Automatically generated
SERVER localhost
PORT 8000
NAME Test Stream
GENRE Live
URL http://xxxxxxxxxxxxxxxxx
PUBLIC 0
X_AUDIOCAST_LOGIN
PASSWORD testme
SAMPLE_RATE 22050
MONO
NO_SOUNDCARD
HALF_DUPLEX
USE_LAME3 lame3
BITRATE 32000
VBR_QUALITY 1
MIXER
PLAYLIST playlist
DECODER_COMMAND mpg123
MIX_CONTROL_AUTO
CONTROL_FILE mix_command
TRACK_LOGFILE track.log
thanks for any help!
B
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To uns...
2004 Aug 06
0
icecast +liveice +linein
...the stream.)
> my liveice.cfg
> # liveice configuration file
> SERVER localhost
> PORT 80
> NAME My Radio Box
> GENRE linein://
> URL linein://
> PUBLIC 0
> X_AUDIOCAST_LOGIN
> PASSWORD letmein
> SAMPLE_RATE 44100
> BITRATE 128000
> STEREO
> SOUNDCARD
> HALF_DUPLEX
> USE_LAME3 /usr/bin/lame
> NO_MIXER
> MOUNTPOINT stream
> PLAYLIST playlist
> DECODER_COMMAND mpg123
> MIX_CONTROL_MANUAL
> CONTROL_FILE mix_command
> TRACK_LOGFILE track.log
>
> What I must to do for getting stream from linein ?? Maybe ices is a
> solution ?
>...
2004 Aug 06
0
Liveice not streaming to Icecast?
...et to /usr/local/icecast/static.
In liveice.cfg, the servername is the same as in icecast.conf. passwork is
the same as encoder_passwork in icecast.conf and URL is set to
http://servername. the file playlist contains the absolute address to an mp3
file. some of the other settings are SOUNDCARD, HALF_DUPLEX, USE_LAME3.
Inside icecast/bin i put the executables for liveice and lame.
when i do ./icecast, after the line where it says "starting relay connector
thread", it says bandwidth 0 sources 0 clients 0 etc.
next i do ./liveice (from within /usr/liveice) i see:
playlist
1
initializing so...
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, Traffic and Information
PUBLIC 1
MOUNTPOINT live
VERBOSE 0
# EOF
Hope that helps.
I also have a more detailed expl...
2004 Aug 06
1
Clients connect but no stream...
...y 0
#deny all *
allow all *
################################################################################
###################
##### liveice.cfg
SERVER localhost
PORT 8000
PASSWORD test
USE_LAME3 /usr/bin/lame
ENCODER_ARGS -h
SOUNDCARD
#NO_SOUNDCARD
SOUND_DEVICE /dev/dsp
#FULL_DUPLEX
HALF_DUPLEX
SAMPLE_RATE 22050
BITRATE 32000
MONO
#STEREO
ENCODING_QUALITY 50
#VBR_QUALITY 1
#ICY_LOGIN
X_AUDIOCAST_LOGIN
MOUNTPOINT Radio
NAME Radio Station
GENRE radio
PUBLIC 0
URL http://www.someplace.com
PASSWORD somepasswd
DESCRIPTION Radio Station
NO_MIXER
#ESDMON_MODE
#SHOUT_MODE
#MIXER...
2004 Aug 06
0
Liveice & Icecast...help
...Blaster AWE32 / Liveice combo before.
>
> Sounds like your record volume is set WAY to high or more likely you are
> recording from the wrong input. Make sure that it's the _line_in_ that's
> selected for recording in you mixer app.
>
> Also If i remember you have to use HALF_DUPLEX mode (in liveice.cfg) at
> least if you're using MIXER mode... I'm not sure about in SIMPLE mode,
> expirement.
>
> Harvey
>
> On Wed, 21 Mar 2001, Matthew Mencel wrote:
>
> > I'm running FreeBSD 4.2. I downloaded and installed Icecast 1.3.10,
> > Li...
2004 Aug 06
2
icecast+liveice in normal user fail
I would like to use icecast and liveice as my normal account.
If I do so, using xmms, I can access the relayed radios I have defined,
but I cannot listen th the playlist liveice is broadcasting on /disk. XMMS
tells me that the specified stream could not be found.
If I launch icecast as root however, it works fine. I've searched through
the logs and checked the file permissions but I
2006 Feb 15
1
Setup problems please assist
...hroot>
</security>
</icecast>
liveice-sn04]$cat liveice.cfg
# liveice configuration file
# Automatically generated
SERVER blkpoohba
PORT 8000
NAME Poohba's Sounds
GENRE Gospel
URL http://www.icecast.org
PUBLIC 0
ICY_LOGIN
PASSWORD justtesting
SAMPLE_RATE 22050
MONO
SOUNDCARD
HALF_DUPLEX
USE_LAME3
BITRATE 32000
VBR_QUALITY 1
NO_MIXER
PLAYLIST web-gospel.m3u
DECODER_COMMAND mpg123
MIX_CONTROL_MANUAL
CONTROL_FILE mix_command
TRACK_LOGFILE track.log
liveice-sn04]$./liveice -F liveice.cfg
web-gospel.m3u
web-gospel.m3u
0
Initialising Soundcard
16Bit 22050Hz Stereo
opening connectio...
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 Dec 28
2
Liveice startup error message..
...r
PORT 8000
NAME WVMC 90.7 Webcast
GENRE Live
URL http://www.wvmcfm.com
PUBLIC 1
X_AUDIOCAST_LOGIN
# ICY_LOGIN
PASSWORD wvmc907
SAMPLE_RATE 22050
stereo
# uncomment the next line if you want to listen to a playlist
# NO_SOUNDCARD
# uncomment the next line is you want to listen to a stream
SOUNDCARD
HALF_DUPLEX
USE_LAME3 /usr/local/bin/lame
SOUND_DEVICE /dev/dsp
MOUNTPOINT live
BITRATE 64000
VBR_QUALITY 1
# uncomment the next line if you want to listen to a playlist
# MIXER
# uncomment the next line if you want to listen to a stream
NO_MIXER
# PLAYLIST playlist
DECODER_COMMAND mpg123
# MIX_CONTROL_MANUAL...
2004 Aug 06
3
Liveice & Icecast...help
...d Blaster AWE32 / Liveice combo before.
>
> Sounds like your record volume is set WAY to high or more likely you are
> recording from the wrong input. Make sure that it's the _line_in_ that's
> selected for recording in you mixer app.
>
> Also If i remember you have to use HALF_DUPLEX mode (in liveice.cfg) at
> least if you're using MIXER mode... I'm not sure about in SIMPLE mode,
> expirement.
>
> Harvey
>
> On Wed, 21 Mar 2001, Matthew Mencel wrote:
>
> > I'm running FreeBSD 4.2. I downloaded and installed Icecast 1.3.10,
> > Livei...
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
2004 Aug 06
2
Multiple Mountpoints Problem
...tion just yet.
#there are no command line equivalents for these
SOUNDCARD
#NO_SOUNDCARD
# lets you specify another device to connect to
SOUND_DEVICE /dev/dsp
#use full duplex mode on soundcard -f/-h
# most drivers dont' support full duplex - dont' complain if it breaks
#FULL_DUPLEX
HALF_DUPLEX
#
#audio format
# Don't be too greedy - any moron asking for 44100Hz, Stereo at 32kbit
# should be shot
#
SAMPLE_RATE 22050
BITRATE 24000
MONO
#STEREO
# Encoding Quality - this is a general quality feature which covers
various
# switches on the encoder - I've scaled things into the rang...