Skip to content

Commit

Permalink
release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowinszu committed Feb 3, 2021
1 parent c4dcae5 commit 52e27e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/clappr.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>download info:</h3>
<script>
var player = new Clappr.Player(
{
source: "https://https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8",
source: "https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8",
parentId: "#player",
autoPlay: true,
plugins: [CDNByeClapprPlugin],
Expand Down
2 changes: 1 addition & 1 deletion demo/dplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
container: document.getElementById('dplayer'),
autoplay: true,
video: {
url: 'https://https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8',
url: 'https://test-streams.mux.dev/x36xhzz/url_8/193039199_mp4_h264_aac_fhd_7.m3u8',
type: type,
customType: {
'customHls': function (video, player) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cdnbye",
"version": "1.10.0",
"version": "1.11.0",
"description": "Save Your Bandwidth using WebRTC.",
"main": "./dist/hls.min.js",
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release 1.10.0' && git push origin master",
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release 1.11.0' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "webpack --progress --env.test-bundle"
Expand Down

0 comments on commit 52e27e6

Please sign in to comment.