ended event videojs not working

前端 未结 5 1415

I would like to trigger a simple event when my video is finished. I\'ve placed this directly bellow my video tag.

     

        
5条回答
  •  甜味超标
    2021-01-11 11:02

    The ended event will not fire if end user intentionally seek the video to end keeping video as paused. I was able to get it work as:

      

提交回复
热议问题