streamroot / videojs-hlsjs-plugin

hls.js Source Handler for video.js 5
http://www.streamroot.io
MIT License
155 stars 80 forks source link

missing timeupdate event and progress event while autoplay #110

Closed dioramayuanito closed 4 years ago

dioramayuanito commented 4 years ago

i'm using videojs-hlsjs-plugin v1.0.13 and i found that if we make player as autoplay, then timeupdate event and progress event are missing

tri170391 commented 4 years ago

According to video.js documentation progress is not a player-level event.

For the timeupdate event it works fine on my side: image

dioramayuanito commented 4 years ago

thanks alot for your fast response mr Nguyen. i'll recheck my code again ... 👍👍👍

phloxic commented 4 years ago

https://docs.videojs.com/player#event:progress ? The event also fires for me[tm]. What am I missing?

dioramayuanito commented 4 years ago

i found that videojs-contrib-ads somehow block timeupdate event, progress event, and ended event of hls.js. i'll report to videojs-contrib-ads