23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
<view class="broadcast">
|
|
<!-- <view class="page-section tc">
|
|
<video id="myVideo" src="{{liveDetail.liveDeviceRtmpUrl}}" binderror="videoErrorCallback" danmu-list="{{danmuList}}" enable-danmu show-center-play-btn='{{false}}' show-play-btn="{{true}}" controls autoplay="{{true}}" picture-in-picture-mode="{{['push', 'pop']}}" bindenterpictureinpicture='bindVideoEnterPictureInPicture' bindleavepictureinpicture='bindVideoLeavePictureInPicture'></video>
|
|
</view> -->
|
|
<live-player id="liveVideo" src="{{liveDetail.liveDeviceRtmpUrl}}" mode="live" object-fit="contain" style="width: 100%; height: 400rpx;"/>
|
|
</view>
|
|
<view class="broadcast-title">{{liveDetail.livePlanName}}</view>
|
|
<view class="broadcast-time">
|
|
<view class="time">
|
|
<image src="../../images/time.png"></image>
|
|
<text>开始时间:</text>
|
|
{{liveDetail.livePlanStart}}
|
|
</view>
|
|
<view class="time">
|
|
<image src="../../images/time.png"></image>
|
|
<text>结束时间:</text>
|
|
{{liveDetail.livePlanEnd}}
|
|
</view>
|
|
</view>
|
|
<view class="broadcast-intro">
|
|
<view class="broadcast-intro-title">介绍</view>
|
|
<view class="intro-text">{{liveDetail.livePlanRecord}}</view>
|
|
</view> |