Commit cf2577b4 by libai

测试

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