As of VideoJS v4.6 you can do the following to reset the player: player.pause().currentTime(0).trigger('loadstart'); That loadstart is the key which shows ...
確定! 回上一頁