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

Seek is not properly notified to eStat streaming tag on Safari with iOS #4

Open
kslimani opened this issue Sep 26, 2016 · 1 comment
Assignees
Labels

Comments

@kslimani
Copy link
Member

  • if source is .mp4 VOD (it work with .m3u8 VOD)
@kslimani kslimani added the bug label Sep 26, 2016
@kslimani kslimani self-assigned this Sep 26, 2016
@kslimani
Copy link
Member Author

kslimani commented Sep 26, 2016

On Safari, HTMLMediaElement after a seek (set currentTime property) :

  • does not trigger playing event if video source is .mp4
  • does trigger playing event if video source is .m3u8

On Chrome and Firefox, event playing is properly trigger if source is .mp4
(Also with .m3u8 but is using HLS.JS, not native HTML5 video)

EDIT: tested on

  • Safari 10 with Mac OS X El Capitan 10.11.6
  • Safari 9 with iPad and iOS 9.2

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

No branches or pull requests

1 participant