FlvPlayer icon indicating copy to clipboard operation
FlvPlayer copied to clipboard

:lollipop: FlvPlayer.js is a JavaScript player for decode flv to the canvas

Results 5 FlvPlayer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8199708/139681919-99f5ea4a-72f8-4d5b-8ed3-8daa6a5e3eb6.png) ![image](https://user-images.githubusercontent.com/8199708/139681973-bfca3a70-9a6d-4d4b-a0fc-caa102074fdb.png) ![image](https://user-images.githubusercontent.com/8199708/139683635-034d284f-9232-4059-8fbc-eff69bfae754.png) 复现步骤: 1. 播放直播视频(live: true) 2. 在浏览器新标签页打开其他页面 3. 观察FlvPlayer所在页面的内存占用 4. 过一段时间将出现out of memory错误 推测原因: 页面处于非展示状态,requestAnimationFrame不会被调用,'timeupdate'事件不会触发,'free-video-memory'过程不会进行;但decoderWorker在后台持续运行,导致内存泄漏。

请问一下我用canvas 2d渲染出来是这样的是什么原因 ![image](https://user-images.githubusercontent.com/31583545/109294957-e5aa3080-7868-11eb-9a17-78b768816b29.png)

Before mentioning Issue, please send the operating system, browser and version, and debug information together. If there is a flv address that can be accessed from the Internet, it will...

播放器运行的时间越长,延迟越大,如果要加进度追赶,有计划加吗

修复内存泄漏,一直增长