Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyuecn committed May 22, 2020
1 parent 764c992 commit e1b50c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@

<div class="mainBox">
<span class="lb">视频播放测试 :</span>
<button onclick="$('.videoTest').show().html('<video controls src=\'assets/audio/movie-sexy-rabbit-baby.mp4\' style=\'width:240px;height:160px\'></'+'video>').find('video')[0].play()">播放mp4</button>
<button onclick="$('.videoTest').show().html('<video controls webkit-playsinline playsinline x5-video-player-type=\'h5\' src=\'assets/audio/movie-sexy-rabbit-baby.mp4\' style=\'width:240px;height:160px\'></'+'video>').find('video')[0].play()">播放mp4</button>

Video对录音的影响测试(<a href="https://github.com/xiangyuecn/Recorder/issues/84">issues#84</a>);IOS Safari可能出现先播放视频,然后再开始录音,会自动播放视频的声音。
Video对录音的影响测试(<a href="https://github.com/xiangyuecn/Recorder/issues/84">issues#84</a>);IOS Safari可能出现先播放视频,然后再开始录音,会自动播放视频的声音,但并未再现
<button onclick="$('.videoTest').show()">显示video</button>
<button onclick="$('.videoTest').hide()">隐藏video</button>
<button onclick="$('.videoTest').html('')">移除video</button>
Expand Down

0 comments on commit e1b50c0

Please sign in to comment.