You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
My best guess is this is a difference in how Flash works. That it always triggers the metadata event when you start from the beginning of a video file, even if you're just seeking back. Can anyone confirm?
The text was updated successfully, but these errors were encountered:
See videojs/video.js#462
http://jsfiddle.net/xu9Y6/10/ - (view in Firefox where flash player will be used)
I was able to find where the event is triggered, but I can't tell exactly how it's getting triggered.
https://github.com/videojs/video-js-swf/blob/master/src/com/videojs/providers/HTTPVideoProvider.as#L615
My best guess is this is a difference in how Flash works. That it always triggers the metadata event when you start from the beginning of a video file, even if you're just seeking back. Can anyone confirm?
The text was updated successfully, but these errors were encountered: