Videojs Progress Event Always 0 On Safari 5.1
I'm having this weird behaviour on Safari 5.1, while playing a video with VideoJS: if I listen to the progress event: var player = videojs('player_id', { preload: 'auto' t
Solution 1:
Actually I've tried several video players and it looks like no one supports Safari 5.1.
These are the libraries i've tried with no luck:
http://jplayer.org/latest/demo-01-video/
Even http://caniuse.com/#search=video says Safari 5.1 supports html5 videos but the reality is IT DOESN'T.
Post a Comment for "Videojs Progress Event Always 0 On Safari 5.1"