Commit e981c455 by libai

测试

parent 2f632186
Showing with 4 additions and 5 deletions
......@@ -1472,12 +1472,11 @@ $(function () {
if(mutedOk==false)return;
mutedOk=false
$("#videoElement").prop('muted', false)
setTimeout(function(){
flvPlayer.play()
}, 1000);
flvPlayer.play()
})
setTimeout(function(){
flvPlayer.play()
}, 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