Jessibuca是一款开源的纯H5直播流播放器,通过Emscripten将音视频解码库编译成Js(ams.js/wasm)运行于浏览器之中。兼容几乎所有浏览器,可以运行在PC、手机、微信中,无需额外安装插件。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

384 B

sidebar
false
- 支持3种格式: 1. ws-raw 即ws://localhost/live/test (该协议只能对接[monibuca服务器](https://monibuca.com)) 2. ws-flv 即ws://localhost/live/test.flv 3. http-flv 即http://localhost/live/test.flv - 注意http协议会有跨域问题,需要设置cors头 - 协议同时支持https、wss - demo播放器只提供AAC的解码演示