Commit e77379f7 by libai

测试

parent 4411d74b
Showing with 1 additions and 5 deletions
...@@ -734,11 +734,7 @@ $(function(){ ...@@ -734,11 +734,7 @@ $(function(){
flvPlay(data.pullFlowUrl) flvPlay(data.pullFlowUrl)
}else{ }else{
iosT=setTimeout(function(){ iosT=setTimeout(function(){
var myVideo=document.getElementById('myVideo') window.location.reload()
myVideo.pause();
myVideo.unload()
$("#myVideo").attr("src",data.pullFlowUrlHLS)
myVideo.play();
},5000) },5000)
} }
......
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