Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	Update start.sh
Browse files
    	
        start.sh
    CHANGED
    
    | 
         @@ -35,10 +35,12 @@ sleep 1 
     | 
|
| 35 | 
         | 
| 36 | 
         
             
            # background process that sends data to the media server
         
     | 
| 37 | 
         
             
            bash scripts/channel_random.sh &
         
     | 
| 38 | 
         
            -
            bash scripts/channel_random_twitch.sh &
         
     | 
| 39 | 
         
             
            bash scripts/channel_comedy.sh &
         
     | 
| 40 | 
         
             
            bash scripts/channel_documentary.sh &
         
     | 
| 41 | 
         | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 42 | 
         
             
            sleep 1
         
     | 
| 43 | 
         | 
| 44 | 
         
             
            # here we have the possibility of using multiple workers
         
     | 
| 
         | 
|
| 35 | 
         | 
| 36 | 
         
             
            # background process that sends data to the media server
         
     | 
| 37 | 
         
             
            bash scripts/channel_random.sh &
         
     | 
| 
         | 
|
| 38 | 
         
             
            bash scripts/channel_comedy.sh &
         
     | 
| 39 | 
         
             
            bash scripts/channel_documentary.sh &
         
     | 
| 40 | 
         | 
| 41 | 
         
            +
            # let's disable twitch since it is the same content on loop for now
         
     | 
| 42 | 
         
            +
            # bash scripts/channel_random_twitch.sh &
         
     | 
| 43 | 
         
            +
             
     | 
| 44 | 
         
             
            sleep 1
         
     | 
| 45 | 
         | 
| 46 | 
         
             
            # here we have the possibility of using multiple workers
         
     |