Commit 33fe925f by libai

测试

parent 0be9cc15
Showing with 6 additions and 3 deletions
......@@ -684,9 +684,12 @@ $(function(){
html+='<video muted id="myVideo" autoplay webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" x5-video-player-fullscreen="true" style="height:100%;object-fit:fill;position:absolute;z-index: 10" poster="" src="'+data.pullFlowUrlHLS+'"></video>'
$(".video-box").html(html)
$("#myVideo").on("canplay",function(){
clearInterval(loadT)
$(".room-content-loading").fadeOut(350)
$(".loading-face").fadeOut(350)
setTimeout(function() {
clearInterval(loadT)
$(".room-content-loading").fadeOut(350)
$(".loading-face").fadeOut(350)
}, 500);
$(".sound-btn").unbind("click").on("click",function(){
var _self=$(this)
if(_self.attr("data-type")==1){
......
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