Embed: Added flv.js to meta player
This commit is contained in:
parent
4f1962b9b0
commit
6204a57a0e
12 changed files with 299 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue