54 Star 210 Fork 58

cdnbye / hlsjs-p2p-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
snowinszu 提交于 2023-02-04 19:49 . release v1.21.0
{
"name": "cdnbye",
"version": "1.21.0",
"description": "Let your viewers become your unlimitedly scalable CDN.",
"main": "./dist/hls.min.js",
"files": [
"dist"
],
"scripts": {
"git-push": "git add demo && git add package.json && git add README.md && git add Readme_zh.md && git commit -m 'release v1.21.0' && git push origin master",
"git-pull": "git pull origin master",
"publish": "npm publish",
"test": "webpack --progress --env.test-bundle"
},
"repository": {
"type": "git",
"url": "https://github.com/cdnbye/hlsjs-p2p-engine.git"
},
"author": "cdnbye",
"license": "MIT",
"keywords": [
"html5",
"WebRTC",
"video",
"mse",
"player",
"p2p",
"peer-to-peer",
"hls",
"cdnbye",
"bittorrent",
"webrtc data channel",
"http live streaming"
]
}
JavaScript
1
https://gitee.com/cdnbye/hlsjs-p2p-engine.git
git@gitee.com:cdnbye/hlsjs-p2p-engine.git
cdnbye
hlsjs-p2p-engine
hlsjs-p2p-engine
master

搜索帮助