Ich habe heute für einen guten Freund auf einer Linuxmachine den "StreamTranscoder" (http://www.oddsock.org/tools/streamTranscoder) installiert, der allerdings nicht als Daemon laufen kann, wie die README erklärt:
Code: Select all
#!/bin/sh
#
# This script will run ST in a loop, so that in case it occasionally crashes (DOH!)
# it will continue.
#
#!/bin/sh
while /bin/true
do
/usr/bin/stc -c /etc/stc/isdn.cfg -e 1 -l /var/log/stc/isdn.log
sleep 5
done
Code: Select all
@reboot /home/stc/streamtranscoder.sh
Würde mich über professioneller Lösungsvorschläge sehr freuen! :)
Lg DtS