Problem mit Jack und Darkice

Status
Für weitere Antworten geschlossen.

ichaus2

Benutzer
Hallo liebe radiogemeinde

ich habe ein prob mit jack und darkice unter Suse 11.2

wenn ich meine .sh starte und via ps aux nachsehe dann sehe ich das jack und dark gekillt sind und ich weis nicht warum

meine .sh
-----------
#!/bin/sh
NSVSTREAM="http://xxx.xxx.xxx.xxx:xxxx/;stream.nsv"
JACK_NO_START_SERVER=1
jackd -T -P 8 -d dummy -r 44100 &
sleep 1
darkice -c nsvtranscode.cfg &
DARKICEPID=$!
sleep 1
mplayer "$NSVSTREAM" -quiet -vc null -vo null -ao jackd:port=darkice-$DARKICEPID

meine cfg
-------------
[general]
duration = 60 # duration of encoding, in seconds. 0 means forever
bufferSecs = 5 # size of internal slip buffer, in seconds
reconnect = yes # reconnect to the server(s) if disconnected

[input]
device = jack auto # OSS DSP soundcard device for the audio input
sampleRate = 44100 # sample rate in Hz. try 11025, 22050 or 44100
bitsPerSample = 16 # bits per sample. try 16
channel = 2 # channels. 1 = mono, 2 = stereo


[shoutcast-1]
bitrateMode = vbr # variable bit rate mode
bitrate = 128
quality = 0.5 # encoding quality
server = xxx.xxx.xxx.xxx
# host name of the server
port = 12020 # source port of the ShoutCast server, usually 8001
password = xxxxx # source password to the ShoutCast server
name = Basatelserver
url = http://www.meinrechner.de
genre = my own
public = yes
irc = irc.mussichnichthaben.com
aim = aim here
icq = I see you too

ich habe diese config mal aus dem Kochbuch von Dude ...

ich weis nicht mehr weiter
hat einer einen tip

danke schon mal im vorraus
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben