Displaying 8 results from an estimated 8 matches for "encoder_stream_set".
2004 Aug 06
4
Icecast / liveice quandry
...SSWORD *****
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. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Educati...
2004 Aug 06
2
Problem with dual streaming
I've been using liveice to feed an encoded stream to an icecast broadcast
server. Now I want to feed two streams at the same time to the broadcast
server.
To acomplish that I am using a dual soundcard setup in a debian linux
server.
I've setup two different mountpoints in the icecast server wich will receive
the stream and in turn will broadcast the streams to the listeners.
This is, the
2004 Aug 06
0
Icecast / liveice quandry
...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. Blanc...
2004 Aug 06
4
liveice Question
Ok, is this possible: I want to have a 128k and a 24k stream of a
particualr audio program, plugged into the line in of my Ensoniq AudioPCI
128 (es1370 chipset) Is there any way to do this with just one soundcard,
or do I need two?
Thanks
Scott W
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a
2004 Aug 06
2
Multiple Mountpoints Problem
...with is that no one has ever had this problem.
I'm running Icecast 1.3.12 and the latest liveice on a Slackware 8.1
box. The idea here is that I need to stream a live source in multiple
bitrates. I am having a problem that is just about going to send me
back to Shoutcast.
I have set up two ENCODER_STREAM_SETs in my liveice.cfg, one on
mountpoint live24, one on mountpoint live48 (I've tried different names
too, like 24 and 48, low and hi, etc). If the option mount_fallback is
set to 1, connecting to *any* mountpoint on the icecast server will play
a stream with whatever parameters are set in ENCODE...
2004 Aug 06
7
question on downsampling
Hi,
Maybe a bit off topic for this list, bt anyway.
I have received several feature requests for DarkIce to support
downsampling of the audio input before passing it to lame or ogg vorbis.
For example the audio read from the soundcard would be 44.1kHz, and lame
would get it at 22.05kHz.
I figure two ways of doing this:
1. For lame, one can specify the input and the desired mp3 sampling
rate,
2004 Aug 06
0
liveice Question
Works just fine - though it might not be documented (seems like this info
was dropped from the sample liveice.cfg file in the later distributions).
Basically, at the end of liveice.cfg add the line:
ENCODER_STREAM_SET 1
then define the values that would be different on the 2nd stream, ie:
NAME Scott's 24kb/s stream
SERVER xxxx.yyy.com
PORT 80xx
PASSWORD (if different than 128k)
BITRATE 24000
SAMPLE_RATE 16000
MONO
For some reason, I've found that it's better to do the higher-bitrate stream
in...
2004 Aug 06
2
liveice Question
...Thanks a bunch!
Scott W.
On Mon, 12 Mar 2001, William Goldsmith wrote:
> Works just fine - though it might not be documented (seems like this info
> was dropped from the sample liveice.cfg file in the later distributions).
> Basically, at the end of liveice.cfg add the line:
>
> ENCODER_STREAM_SET 1
>
> then define the values that would be different on the 2nd stream, ie:
>
> NAME Scott's 24kb/s stream
> SERVER xxxx.yyy.com
> PORT 80xx
> PASSWORD (if different than 128k)
> BITRATE 24000
> SAMPLE_RATE 16000
> MONO
>
> For some reason, I've f...