Embed: Added flv.js to meta player

This commit is contained in:
Cat 2020-11-23 16:02:38 +01:00 committed by Thulinma
parent 4f1962b9b0
commit 6204a57a0e
12 changed files with 299 additions and 5 deletions

View file

@ -811,7 +811,7 @@ function MistVideo(streamName,options) {
//restore video position
if (MistVideo.info.type != "live") {
var f = function(){
this.currentTime = time;
MistVideo.player.api.currentTime = time;
this.removeEventListener("loadedmetadata",f);
};
MistUtil.event.addListener(MistVideo.video,"loadedmetadata",f);