add controls
This commit is contained in:
		@@ -11,7 +11,9 @@ document.addEventListener("DOMContentLoaded", () => {
 | 
			
		||||
            body.appendChild(video);
 | 
			
		||||
            let ctype = xhr.getResponseHeader("Content-Type");
 | 
			
		||||
            console.log(ctype);
 | 
			
		||||
            let player = videojs("video-player");
 | 
			
		||||
            let options = {};
 | 
			
		||||
            options.controls = true;
 | 
			
		||||
            let player = videojs("video-player", options);
 | 
			
		||||
            let source = {};
 | 
			
		||||
            source.type = ctype;
 | 
			
		||||
            source.src = upstream;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user