https://github.com/volcengine/veplayer-demo
Web Demo base VolcEngine Web SDK VePlayer
https://github.com/volcengine/veplayer-demo
mp4-video video-player
Last synced: about 1 year ago
JSON representation
Web Demo base VolcEngine Web SDK VePlayer
- Host: GitHub
- URL: https://github.com/volcengine/veplayer-demo
- Owner: volcengine
- License: mit
- Created: 2024-10-30T05:03:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-05T03:10:28.000Z (over 1 year ago)
- Last Synced: 2024-11-05T04:19:03.532Z (over 1 year ago)
- Topics: mp4-video, video-player
- Language: TypeScript
- Homepage: https://demo.volcvideo.com/common/veplayer/h5
- Size: 325 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VePlayer H5 Demo
基于火山引擎 Web 播放器 SDK [VePlayer](https://www.volcengine.com/docs/4/127897) 开发的 H5 场景化 Demo,
以供开发者结合火山引擎提供的[视频点播](https://www.volcengine.com/product/vod)快速开发搭建Web视频播放应用。
## 编译运行
### 安装依赖
```
npm install -g pnpm
pnpm install
```
### 运行项目
```
cd packages/vod-h5-demo
pnpm dev
```
### 查看demo
浏览器打开 http://localhost:5173/ 查看 Demo
## 火山引擎点播 SDK VePlayer 官网文档
- [SDK介绍](https://www.volcengine.com/docs/4/127897)
- [集成SDK](https://www.volcengine.com/docs/4/67077)
- [发布历史](https://www.volcengine.com/docs/4/128917)
## vue 工程
请参考`packages/vod-h5-vue-demo`目录下的工程,功能完全相同
## Contribution
暂不接受代码贡献
## Issue
有任何问题可以提交 github issue,我们会定期 check 解决。
## License
```text
MIT License
Copyright 2024 Beijing Volcano Engine Technology Co., Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```