Commit cf2577b4 by libai

测试

parent 8fe18985
Showing with 3 additions and 3 deletions
......@@ -711,11 +711,11 @@ $(function(){
flvPlay(data.pullFlowUrl)
}else{
setTimeout(function(){
document.getElementById("myVideo").play()
var myPlay= document.getElementById("myVideo")
myPlay.play()
},300)
}
// flvPlay(data.pullFlowUrl)
$("#myVideo").on("error",function(e){
// window.location.reload()
......
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