Commit cf2577b4 by libai

测试

parent 8fe18985
Showing with 2 additions and 2 deletions
......@@ -711,9 +711,9 @@ $(function(){
flvPlay(data.pullFlowUrl)
}else{
setTimeout(function(){
document.getElementById("myVideo").play()
var myPlay= document.getElementById("myVideo")
myPlay.play()
},300)
}
// flvPlay(data.pullFlowUrl)
......
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