shoom013 commited on
Commit
0f4c6f4
·
verified ·
1 Parent(s): 9625b8c

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -5
start.sh CHANGED
@@ -56,16 +56,14 @@ sleep 10
56
  sleep 1
57
  done
58
  echo "SuperCollider found. Starting FFmpeg streamer ..."
59
- fmpeg -vn -re -f jack -thread_queue_size 16 -probesize 32 -analyzeduration 0 \
60
  -i ffmpeg -ac 2 -codec:a libmp3lame -b:a 192k -compression_level 0 -flush_packets 1 \
61
  -content_type audio/mpeg -ice_name "Radio HOP" -ice_description "This is HOP, based on FoxDot" \
62
  -ice_genre "FoxDot" -vn -f mp3 icecast://source:hackme@localhost:8000/stream.mp3
63
  ) &
64
  sleep 2
65
- (
66
- jack_connect SuperCollider:out_1 ffmpeg:input_1
67
- jack_connect SuperCollider:out_2 ffmpeg:input_2
68
- ) &
69
 
70
  #
71
  # PRODUCTION STREAM
 
56
  sleep 1
57
  done
58
  echo "SuperCollider found. Starting FFmpeg streamer ..."
59
+ ffmpeg -vn -re -f jack -thread_queue_size 16 -probesize 32 -analyzeduration 0 \
60
  -i ffmpeg -ac 2 -codec:a libmp3lame -b:a 192k -compression_level 0 -flush_packets 1 \
61
  -content_type audio/mpeg -ice_name "Radio HOP" -ice_description "This is HOP, based on FoxDot" \
62
  -ice_genre "FoxDot" -vn -f mp3 icecast://source:hackme@localhost:8000/stream.mp3
63
  ) &
64
  sleep 2
65
+ jack_connect SuperCollider:out_1 ffmpeg:input_1
66
+ jack_connect SuperCollider:out_2 ffmpeg:input_2
 
 
67
 
68
  #
69
  # PRODUCTION STREAM