Displaying 3 results from an estimated 3 matches for "encoding_quality".
2004 Aug 06
1
Clients connect but no stream...
...#################################################
###################
##### 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
#PLAYLIST playlist
DECODER_COMMAND mpg123
#REMOTE_DUMPFILE remo...
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
...MPLE_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 range 0-100
# reducing the quality reduces the CPU requiremnets
# It relies on me coding command line parameters.....
ENCODING_QUALITY 30
# Variable bitrate Quality - only for USE_XING_VBR
# approximate data rates (tested agains Annie Nightingale's radio show
# 44100Hz 16 bit, mono.)
# these are per channel estimates - double them for stereo...
# 0 roughly 48Kbit
# 50 roughly 70kbit
#100 roughly 96kbit
# if you reduce the...