-
Notifications
You must be signed in to change notification settings - Fork 2
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
10 changed files
with
15 additions
and
15 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
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,7 +6,7 @@ | |
<script src="//cdn.jsdelivr.net/npm/@clappr/[email protected]/dist/clappr.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/clappr-shaka-playback.external.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/cdnbye-shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/@swarmcloud/shaka@latest"></script> | ||
<style> | ||
#video { | ||
width: 720px; | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<title>DPlayer with shaka-p2p-engine</title> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/cdnbye-shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/@swarmcloud/shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]"></script> | ||
<style> | ||
#dplayer { | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<title>Plyr player with shaka-p2p-engine</title> | ||
<link rel="stylesheet" href="//cdn.plyr.io/3.5.6/plyr.css"> | ||
<script src="//cdn.plyr.io/3.5.6/plyr.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/cdnbye-shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/@swarmcloud/shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js"></script> | ||
<style> | ||
#wrapper { | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="UTF-8"> | ||
<title>Shaka Player with P2P Engine (HLS or MPEG-DASH)</title> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/cdnbye-shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/@swarmcloud/shaka@latest"></script> | ||
<!-- <script src="../dist/shaka-p2p-engine.min.js"></script>--> | ||
</head> | ||
<body> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<video id=example-video width=600 height=300 class="video-js vjs-default-skin" controls></video> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/shaka-player.compiled.min.js"></script> | ||
<script src="//vjs.zencdn.net/5.19.2/video.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/cdnbye-shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/@swarmcloud/shaka@latest"></script> | ||
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/videojs-shaka.min.js"></script> | ||
<script> | ||
var player = videojs('example-video', { | ||
|
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