-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
48 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
<title>BingeBud | Admin Controls</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link href="https://vjs.zencdn.net/8.16.1/video-js.css" rel="stylesheet" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/video-js.min.css" rel="stylesheet"> | ||
<!-- <link href="https://vjs.zencdn.net/7.2.3/video-js.css" rel="stylesheet"> --> | ||
</head> | ||
<body> | ||
|
@@ -16,6 +18,7 @@ <h3>Theatre Controls</h3> | |
<div class="mb-3"> | ||
<label for="VideoURL" class="form-label">URL</label> | ||
<input type="text" class="form-control" id="VideoURL" placeholder="URL"> | ||
<input type="text" class="form-control" id="VideoURLType" placeholder="normal or m3u8"> | ||
<button class="btn btn-primary btn-sm mt-2" id="dailymotionSource">Dailymotion</button> | ||
<button class="btn btn-primary btn-sm mt-2" id="previewSource">Preview</button> | ||
</div> | ||
|
@@ -41,7 +44,11 @@ <h4>Subtitles</h4> | |
<div class="col-md-6"> | ||
<div class="row mt-4 mb-3"> | ||
<h3>Theatre Playback</h3> | ||
<video controls muted src="../assets/video/wait.mp4" id="videoplayer" class="w-100"></video> | ||
<div class="w-100"> | ||
<video muted src="../assets/video/wait.mp4" class="" id="videoplayer" data-setup="{controls:true}" preload="auto"></video> | ||
</div> | ||
<button>play</button> | ||
<button>pause</button> | ||
</div> | ||
<div class="row mb-3"> | ||
<h3>Viewers (<span id="membersCount"></span>)</h3> | ||
|
@@ -69,7 +76,8 @@ <h3>Debug</h3> | |
<!-- <script src="https://vjs.zencdn.net/ie8/ie8-version/videojs-ie8.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/5.14.1/videojs-contrib-hls.js"></script> | ||
<script src="https://vjs.zencdn.net/7.2.3/video.js"></script> --> | ||
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script> --> | ||
<script src="https://vjs.zencdn.net/8.16.1/video.min.js"></script> | ||
<script> | ||
|
||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,13 @@ | |
<title>BingeBud | Elvis Tony</title> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link rel="stylesheet" href="../assets/css/flix.css"> | ||
<link href="https://vjs.zencdn.net/8.16.1/video-js.css" rel="stylesheet" /> | ||
</head> | ||
<body> | ||
<div class="start-container"> | ||
<button class="start-button">Ready</button> | ||
</div> | ||
<video src="../assets/video/wait.mp4" loop="true" autoplay class="video-background" id="videoplayer" > </video> | ||
<video src="../assets/video/wait.mp4" loop="true" autoplay class="video-background" id="videoplayer" > </video> | ||
|
||
|
||
|
||
|
@@ -57,7 +58,9 @@ <h4 ><small>Code:</small> <span id="RoomCode" class="room-code"></span></h4> | |
<script src="../assets/js/flixplayer.js"></script> | ||
<!-- <script src="/assets/js/script.js"></script> --> | ||
<script src="../bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script> | ||
<!-- <script src="https://cdn.jsdelivr.net/npm/hls.js@1"></script> --> | ||
<script src="https://vjs.zencdn.net/8.16.1/video.min.js"></script> | ||
|
||
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> --> | ||
<script> | ||
|