Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

pengjavaer/xgplayerpro

Repository files navigation

官方概述

西瓜官方文档

魔改说明

因业务需要特基于西瓜播放器源代码基础上进行魔改,使其支持ws-flv协议。后续考虑在此基础上再添加其他解码功能。使用方法与官方保持一致。 flv插件自行打包安转自己项目中

ws-flv示例页面 (https://github.com/youxiuchen/xgplayerpro/edit/main/fixtures/flv/index.html)

页面调试

yarn 
yarn build:flv
以服务形式打开flv示例页面
// 打包flv插件
 执行 yarn build
选择 xgplayer-flv
// 项目中引入
import FlvPlayer from 'xgplayer-flv插件路径'
//使用
new window.Player({
 id: 'mse',
 isLive: true,
 playsinline: true,
 url: 'http://127.0.0.1:8081/live/liveStream.flv',
 autoplay: true,
 height: window.innerHeight,
 width: window.innerWidth,
 plugins: [window.FlvPlayer]
 })

About

西瓜播放器魔改版 支持ws-flv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • SCSS 4.2%
  • CSS 4.1%
  • HTML 2.9%

AltStyle によって変換されたページ (->オリジナル) /