Commit b8bed7d4 by 李嘉林

测试

parent 9f33c2c3
...@@ -53,10 +53,15 @@ ...@@ -53,10 +53,15 @@
class="livePlayer" class="livePlayer"
:src="liveNoticeInfo.boStreamRTMP" :src="liveNoticeInfo.boStreamRTMP"
mode="RTC" mode="RTC"
:picture-in-picture-mode="['push','pop']"
autoplay autoplay
object-fit="fillCrop"
orientation="vertical"
@error="error" @error="error"
@statechange="changes" @statechange="changes"
/> />
<!-- object-fit="fillCrop" -->
<!-- orientation="horizontal" -->
</div> </div>
</template> </template>
...@@ -422,9 +427,11 @@ export default { ...@@ -422,9 +427,11 @@ export default {
} }
} }
.livePlayer { .livePlayer {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
bottom: 0;
right: 0;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
z-index: -1; z-index: -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 to comment