Commit e981c455 by libai

测试

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