settings related to input: --------------------------------------- /root/.jack.plumbing analog input: (connect "alsa_pcm:capture_1" "re_jackmixer:in_1") (connect "alsa_pcm:capture_2" "re_jackmixer:in_2") spdif input: (connect "alsa_pcm:capture_11" "re_jackmixer:in_1") (connect "alsa_pcm:capture_12" "re_jackmixer:in_2") connect mixer to ices: (connect "re_jackmixer:out_1" "ices:in_1") (connect "re_jackmixer:out_2" "ices:in_2") fallback: (connect "player_fallback:out_1" "re_jackmixer:fallback_1") (connect "player_fallback:out_2" "re_jackmixer:fallback_2") decoder: (connect "player_in:out_1" "re_jackmixer:in_1") (connect "player_in:out_2" "re_jackmixer:in_2") (connect-exclusive "re_jackmixer:out_1" "alsa_pcm:playback_1") (connect-exclusive "re_jackmixer:out_2" "alsa_pcm:playback_2") crontab settings: @reboot jack.plumbing > /dev/null & /etc/init.d/jackd: /etc/init.d/re_jackmixer: DECODER="-o alsa_pcm -i player_in -f player_fallback" ENCODER="-o ices -i spdif -f player_fallback" MODE=$ENCODER /etc/init.d/re_stream: URL="http://10.0.0.5:8000/bootcast.ogg" /etc/init.d/re_fallback: FALLBACK_PLAYLIST="/home/music/fallback.m3u" settings related to streaming: ---------------------------------------------- /etc/init.d/ices2: CONFIGFILE="/etc/ices2/reboot.fm_enc_jack.xml" /etc/default/icecast2: # sutdioA (bootlab) CONFIGFILE="/etc/icecast2/icecast_studioA.xml" # sutdioB (maria) #CONFIGFILE="/etc/icecast2/icecast_studioB.xml" more ices2 config files in /etc/ices2 more icecast2 config files in /etc/icecast2 settings related to ppp: ------------------------------------ /etc/ppp/ppp_on_boot -> /etc/ppp/ppp_on_boot.dsl /etc/reboot.fm/pppkeep_params.pm -> /usr/local/lib/site_perl/pppkeep_params.pm @working_url = ('http://www.reboot.fm', 'http://www.google.com/', 'http://www.altavista.com/', 'http://www.slashdot.org/'); $run_ppp = "/usr/bin/poff -a;/usr/bin/pon dsl-provider"; /etc/cron.d/pppkeepalive */2 * * * * root /usr/local/bin/pppkeepalive.pl 0 */4 * * * root rm /tmp/pppkeepalive.log more options in /etc/ppp: username password: /etc/ppp/pap-secrets setting related to connection: /etc/ppp/peers/dsl-provider