Commit b990606c by libai

测试

parent 96fbefbd
Showing with 2 additions and 1 deletions
......@@ -622,6 +622,7 @@ $(function () {
if (promise !== undefined) {
promise.then(_ => {
var html = [];
html += '<video controls webkit-playsinline ="true" playsinline ="true" autoplay ="" playsinline="true" class="live-video" src="" id="videoElement" loop="" ></video>';
$(".live-content-box-left-roombox").html(html)
flvPlay(data.pullFlowUrl)
......@@ -1470,7 +1471,7 @@ $(function () {
$("body").on("click ",function(){
if(mutedOk==false)return;
mutedOk=false
$("#videoElement").prop('muted', false)
$("#videoElement").play()
})
......
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