Commit e981c455 by libai

测试

parent 2f632186
Showing with 2 additions and 3 deletions
...@@ -1472,13 +1472,12 @@ $(function () { ...@@ -1472,13 +1472,12 @@ $(function () {
if(mutedOk==false)return; if(mutedOk==false)return;
mutedOk=false mutedOk=false
$("#videoElement").prop('muted', false) $("#videoElement").prop('muted', false)
flvPlayer.play()
})
setTimeout(function(){ setTimeout(function(){
flvPlayer.play() flvPlayer.play()
}, 1000); }, 1000);
})
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment