Displaying 4 results from an estimated 4 matches for "remote_dumpfile".
2004 Aug 06
1
how to start liveice with screen?
Moin,
I installed liveice as well as 'screen' at a debian maschine, both
applications are running fine. But when I try to start liveice in a 'screen'
environment then the liveice process ends without an error message:
$ /usr/bin/screen -dmS liveice /usr/bin/liveice
A prefixed 'strace -f' shows me:
[pid 5614] old_mmap(NULL, 167936, PROT_READ|PROT_WRITE,
2004 Aug 06
1
Clients connect but no stream...
...EO
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 remote.mp3
#DURATION 3600
UPDATE_DELAY 2
#MIX_CONTROL_MANUAL
#MIX_CONTROL_AUTO
#MIX_CONTROL_LOGGED
#CONTROL_FILE mix_command
#TRACK_LOGFILE track.log
#LOGFILE_FORMAT %t %T %f %F %a %n %b %u
#UPDATE_SCRIPT
VERBOSE 0
####################
>>> Matt@cmitech.com 9/19/01 11:57:59 AM >...
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
...mp3 mixer
#MIXER
#
# some modes need a playlist
#
# PLAYLIST playlist
# if you want to decode mp3 you need a version of mpg123 lying around.
DECODER_COMMAND mpg123
#
# Stream recording
#
# local file for recording
#SAVE_FILE local_filename.mp3
#
# request the remote server to record the data
#REMOTE_DUMPFILE remote.mp3
#
# Sometimes you may want to set a time limit on operation
#
#DURATION 3600
#
# If you want to send metadata (e.g. titles) to the server - set the
delay here
# the number is in minutes - don't try specifying fractions.
UPDATE_DELAY 2
<p>#
#if you use the mixer you can recor...