[go: nahoru, domu]

Skip to content
New issue

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

Safari can't fire playing event after seeked #74

Closed
amowu opened this issue Jun 16, 2020 · 1 comment
Closed

Safari can't fire playing event after seeked #74

amowu opened this issue Jun 16, 2020 · 1 comment

Comments

@amowu
Copy link
Contributor
amowu commented Jun 16, 2020

Expected behaviour

如下图,当 Chrome 视频处于播放状态,seeked 事件之后,可以触发 playing 事件:

2020-06-16 16 52 09

Actual behaviour

如下图,当 Safari 视频处于播放状态,seeked 事件之后,无法触发 playing 事件:

2020-06-16 16 51 38

Steps to reproduce

  1. 打开 Safari 前往 https://artplayer.org
  2. 播放视频
  3. 拖曳时间轴
  4. 确认 Console 的 video: seeked 事件之后,应该出现 video: playing 事件

Environment

  • Browser: Safari
  • Version: 13.1
  • Operating System: macOS
  • Version: 10.15.4

Console errors (if any)

Link to where the bug is happening

https://artplayer.org

如下图,原先以为是 Safari 对视频事件的实作有问题,但是试了一下,原先的 Safari video 在 seeked 之后,可以触发 playing 事件:

2020-06-16 16 50 50

@zhw2590582
Copy link
Owner

这个差异得要研究一番,不过目前应该也没对播放器的逻辑造成什么影响。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants