search for: encoder_args

Displaying 10 results from an estimated 10 matches for "encoder_args".

2004 Aug 06
1
liveice sending horrible static noise?
Please excuse my ignorance, what is a mixice program? I am using LAME. So in lifeice.cfg: USE_LAME3 lame I did try forcing byte-swapping in LAME by setting ENCODER_ARGS in the liveice.cfg file, though I may have done it wrong liveice.cfg: USE_LAME3 lame ENCODER_ARGS -x -Jesse > >How are you encoding the stream? For my mixice program, I had to >add a "-x" to LAME which means "force byte-swapping of input". > >Tim --- >8 -...
2004 Aug 06
4
Icecast / liveice quandry
...suggestions/ideas. <p>SERVER 127.0.0.1 PORT 80 X_AUDIOCAST_LOGIN PASSWORD ***** NAME WUGA 91.7/97.9FM: Athens, GA, USA GENRE Other, NPR PUBLIC 1 DESCRIPTION 91.7/97.9FM: Athens, GA, USA DEBUG 0 VERBOSE 0 SOUNDCARD SOUND_DEVICE /dev/dspW FULL_DUPLEX NO_MIXER USE_LAME3 /usr/local/bin/lame #ENCODER_ARGS -p -c -h #ENCODER_ARGS -c -h --silent ENCODER_ARGS --silent ENCODER_STREAM_SET 1 SAMPLE_RATE 44100 BITRATE 128000 STEREO MOUNTPOINT hi URL http://wuga.org/ ENCODER_STREAM_SET 0 SAMPLE_RATE 22050 BITRATE 16000 MONO MOUNTPOINT lo URL http://wuga.org/ --------------------------------------- Robin P...
2004 Aug 06
0
Icecast / liveice quandry
...PASSWORD ***** > NAME WUGA 91.7/97.9FM: Athens, GA, USA > GENRE Other, NPR > PUBLIC 1 > DESCRIPTION 91.7/97.9FM: Athens, GA, USA > > DEBUG 0 > VERBOSE 0 > > SOUNDCARD > SOUND_DEVICE /dev/dspW > FULL_DUPLEX > NO_MIXER > > USE_LAME3 /usr/local/bin/lame > #ENCODER_ARGS -p -c -h > #ENCODER_ARGS -c -h --silent > ENCODER_ARGS --silent > > ENCODER_STREAM_SET 1 > SAMPLE_RATE 44100 > BITRATE 128000 > STEREO > MOUNTPOINT hi > URL http://wuga.org/ > > ENCODER_STREAM_SET 0 > SAMPLE_RATE 22050 > BITRATE 16000 > MONO > MOUNTPOINT...
2004 Aug 06
2
Liveice & Icecast...help
...ing. 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 sets it it puts it into the wrong mode. there's an ENCODER_ARGS option in liveice which lets you set arbitrary commadn line arguments, but -x is enabled always with liveice - and I don't think specifying it twice will turn it off. -- Scott Manley (AKA Szyzyg) Streaming Media Hacker www.myplay.com Listening to..... Floorgasm II - The Hard House Years http...
2004 Aug 06
0
Liveice & Icecast...help
...n 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 sets it it puts it into the wrong > mode. > > there's an ENCODER_ARGS option in liveice which lets you set arbitrary > commadn line arguments, but -x is enabled always with liveice - and I > don't think specifying it twice will turn it off. > > > -- > Scott Manley (AKA Szyzyg) > Streaming Media Hacker > www.myplay.com > > Listening t...
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...
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
1
Clients connect but no stream...
...ofri http://195.7.65.207:6903 #kick_relays 10 transparent_proxy 0 acl_policy 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 somepa...
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
Multiple Mountpoints Problem
...WORK* Don't even think about it # USE_OLD_LAME3 lame311 versions 3.01 to 3.11 # # # If you're having problems - specify the full path to the encoder USE_LAME3 /usr/local/bin/lame # # You can manually set other command line options using this # e.g. manually set high quality mode in lame ENCODER_ARGS -h # SOUNDCARD is enabled by default - use NO_SOUNDCARD with mixer mode # if you don't actually have a soundcard in the computer producing the # mp3 source # NO_SOUNDCARD doesn't work with simple mode. # *Don't* mess around with the clock on the computer - it'll confuse it # I...