diff --git a/groundstation/sstv_decode.sh b/groundstation/sstv_decode.sh index 3836ca68..c7afae2e 100755 --- a/groundstation/sstv_decode.sh +++ b/groundstation/sstv_decode.sh @@ -7,8 +7,6 @@ echo sudo systemctl stop openwebrx -sleep 2 - sudo modprobe snd-aloop sudo killall -9 qsstv &>/dev/null @@ -25,8 +23,10 @@ sudo killall -9 rtl_fm &>/dev/null sudo killall -9 CubicSDR &>/dev/null -rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & - qsstv & +sleep 5 + +rtl_fm -M fm -f 434.9M -s 48k | aplay -D hw:2,0,0 -r 48000 -t raw -f S16_LE -c 1 & + $SHELL