Chimeejs / chimee

a video player framework aims to bring wonderful experience on browser
http://chimee.pyzy.net/
MIT License
2.4k stars 201 forks source link

移动 video 容器时迷之触发 ended 事件和 paused 事件 #5

Closed songguangyu closed 6 years ago

songguangyu commented 7 years ago

silentLoad 方法在 immediate 时 没有把 kernel destory。 有可能导致内存泄露。

toxic-johann commented 7 years ago

@songguangyu old video 的 remove 在 switchkernel 阶段执行。应该不是这个问题。

toxic-johann commented 7 years ago

@songguangyu 或者给个复现环境我帮你们看看?

toxic-johann commented 7 years ago

暂无法复现。

toxic-johann commented 7 years ago

复现场景: windows chrome 61

触发 paused 场景,将一个播放中的 video 移动位置。

huzunjie commented 7 years ago

ended 与hls重试有关,已暂时禁用..

https://github.com/Chimeejs/chimee-kernel/blob/master/src/index.js#L101

toxic-johann commented 7 years ago

所以。就是定位到了 bug 的意思?