jbilcke-hf HF staff commited on
Commit
a796134
·
1 Parent(s): 6457a5e

somethign is wrong, need reboot

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -27,14 +27,14 @@ bash scripts/audio1.sh &
27
  bash scripts/audio2.sh &
28
 
29
  # background process that creates a video stream from video files
30
- bash scripts/video1.sh &
31
  bash scripts/video2.sh &
32
  bash scripts/video3.sh &
33
 
34
  sleep 1
35
 
36
  # background process that sends data to the media server
37
- bash scripts/stream1.sh &
38
  bash scripts/stream2.sh &
39
  bash scripts/stream3.sh &
40
 
 
27
  bash scripts/audio2.sh &
28
 
29
  # background process that creates a video stream from video files
30
+ # bash scripts/video1.sh &
31
  bash scripts/video2.sh &
32
  bash scripts/video3.sh &
33
 
34
  sleep 1
35
 
36
  # background process that sends data to the media server
37
+ # bash scripts/stream1.sh &
38
  bash scripts/stream2.sh &
39
  bash scripts/stream3.sh &
40