Skip to content

volcengine/veplayer-demo

Repository files navigation

VePlayer H5 Demo

基于火山引擎 Web 播放器 SDK VePlayer 开发的 H5 场景化 Demo, 以供开发者结合火山引擎提供的视频点播快速开发搭建Web视频播放应用。

编译运行

安装依赖

npm install -g pnpm
pnpm install

运行项目

cd packages/vod-h5-demo
pnpm dev

查看demo

浏览器打开 http://localhost:5173/ 查看 Demo

火山引擎点播 SDK VePlayer 官网文档

Contribution

暂不接受代码贡献

Issue

有任何问题可以提交 github issue,我们会定期 check 解决。

License

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.