jbilcke-hf HF staff commited on
Commit
bc6f13d
·
1 Parent(s): 42dbb93
Files changed (1) hide show
  1. start.sh +4 -3
start.sh CHANGED
@@ -31,15 +31,16 @@ bash scripts/audio1.sh &
31
  # background process that creates a video stream from video files
32
  # bash scripts/video1.sh &
33
  # bash scripts/video2.sh &
34
- bash scripts/video3.sh &
35
 
36
  sleep 1
37
 
38
  # background process that sends data to the media server
39
  # bash scripts/stream1.sh &
40
  # bash scripts/stream2.sh &
41
- bash scripts/stream3.sh &
42
- bash scripts/stream3_twitch.sh &
 
43
 
44
  sleep 1
45
 
 
31
  # background process that creates a video stream from video files
32
  # bash scripts/video1.sh &
33
  # bash scripts/video2.sh &
34
+ # bash scripts/video3.sh &
35
 
36
  sleep 1
37
 
38
  # background process that sends data to the media server
39
  # bash scripts/stream1.sh &
40
  # bash scripts/stream2.sh &
41
+ bash scripts/channel_random.sh &
42
+ bash scripts/channel_random_twitch.sh &
43
+ bash scripts/channel_comedy.sh &
44
 
45
  sleep 1
46