Commit 70d649ed by libai

测试

parent 12678112
Showing with 4 additions and 4 deletions
......@@ -721,7 +721,7 @@ $(function(){
}else{
}
var iosT=null;
// flvPlay(data.pullFlowUrl)
if(data.liveState==1){
clearInterval(iosT)
......@@ -738,13 +738,13 @@ $(function(){
flvPlayer.unload();
}
$("#myVideo").on("pause",function(){
setTimeout(function(){
clearTimeout(iosT)
iosT=setTimeout(function(){
var player = document.getElementById('myVideo');
player.play()
},500)
})
var iosT=null;
$("#myVideo").on("playing",function(){
clearTimeout(iosT)
iosT=setTimeout(function(){
......
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