We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
针对播放开始或正常播放中偶发直接跳转ended的问题,写了段JS 跟踪了一下,发现复现的几次都有先遇到TS切片异常canceled,然后会紧跟着ended掉。
在ended发生的时候,通过chimee.currentTime和chimee.duration拿到的信息看不出来异样,但确实页面停留时长低于总播放时长很多。
待确定是否存在请求异常状态跟踪错误、异常seek跳转。
(复现概率较低,不确定原因,先做记录,后续有进展再补充。)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
针对播放开始或正常播放中偶发直接跳转ended的问题,写了段JS 跟踪了一下,发现复现的几次都有先遇到TS切片异常canceled,然后会紧跟着ended掉。
在ended发生的时候,通过chimee.currentTime和chimee.duration拿到的信息看不出来异样,但确实页面停留时长低于总播放时长很多。
待确定是否存在请求异常状态跟踪错误、异常seek跳转。
(复现概率较低,不确定原因,先做记录,后续有进展再补充。)
The text was updated successfully, but these errors were encountered: