| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -6,7 +6,6 @@ window.VIDEOJS_NO_DYNAMIC_STYLE = true; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					// Create the player for the first time
 | 
					 | 
					 | 
					 | 
					// Create the player for the first time
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					const player = videojs('video', null, function () { | 
					 | 
					 | 
					 | 
					const player = videojs('video', null, function () { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  player.poster('/thumbnail.jpg'); | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  getStatus(); | 
					 | 
					 | 
					 | 
					  getStatus(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  setInterval(getStatus, 5000); | 
					 | 
					 | 
					 | 
					  setInterval(getStatus, 5000); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  setupPlayerEventHandlers(); | 
					 | 
					 | 
					 | 
					  setupPlayerEventHandlers(); | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -16,6 +15,7 @@ player.ready(function () { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  console.log('Player ready.') | 
					 | 
					 | 
					 | 
					  console.log('Player ready.') | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  player.reset(); | 
					 | 
					 | 
					 | 
					  player.reset(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  player.src({ type: 'application/x-mpegURL', src: streamURL }); | 
					 | 
					 | 
					 | 
					  player.src({ type: 'application/x-mpegURL', src: streamURL }); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					  player.poster('/thumbnail.jpg'); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					}); | 
					 | 
					 | 
					 | 
					}); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					function setupPlayerEventHandlers() { | 
					 | 
					 | 
					 | 
					function setupPlayerEventHandlers() { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |