video.uvue 22.8 KB
Newer Older
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
1
<template>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
2 3 4 5 6 7 8 9 10 11 12
  <view class="uni-flex-item">
    <video class="video" ref="video" id="video" :header="header" :src=src :autoplay="autoplay" :loop="loop"
      :muted="muted" :initial-time="initialTime" :duration="duration" :controls="controls" :danmu-btn="danmuBtn"
      :enable-danmu="enableDanmu" :page-gesture="pageGesture" :direction="direction" :show-progress="showProgress"
      :show-fullscreen-btn="showFullscreenBtn" :show-play-btn="showPlayBtn" :show-center-play-btn="showCenterPlayBtn"
      :show-loading="showLoading" :enable-progress-gesture="enableProgressGesture" :object-fit="objectFit"
      :poster="poster" :show-mute-btn="showMuteBtn" :title="title" :enable-play-gesture="enablePlayGesture"
      :vslide-gesture="vslideGesture" :vslide-gesture-in-fullscreen="vslideGestureInFullscreen" :codec="codec"
      :http-cache="httpCache" :play-strategy="playStrategy" :danmu-list="danmuList" @play="onPlay" @pause="onPause"
      @ended="onEnded" @timeupdate="onTimeUpdate" @waiting="onWaiting" @error="onError" @progress="onProgress"
      @fullscreenclick="onFullScreenClick" @controlstoggle="onControlsToggle" @fullscreenchange="onFullScreenChange">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
13 14 15
      <!-- #ifdef APP-ANDROID -->
      <image class="custom-play-btn" v-if="customPlayBtnEnable" v-show="customPlayBtnShow" src="/static/play.png" @tap="play" />
      <!-- #endif -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
16
    </video>
雪洛's avatar
雪洛 已提交
17
    <scroll-view class="uni-padding-wrap uni-common-mt uni-flex-item">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
18
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
19
        <navigator url="/pages/component/video/video-format">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
20
          <button type="primary" @click="pause">视频格式示例</button>
21
        </navigator>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
22
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
23 24 25 26 27 28
      <!-- #ifdef APP-ANDROID -->
      <view class="uni-flex uni-btn-v" style="justify-content: space-between;">
        <text class="uni-title">中间播放按钮是否替换为子组件</text>
        <switch :checked="customPlayBtnEnable" :disabled="!customPlayBtnShow" @change="onCustomPlayBtnEnableChange" />
      </view>
      <!-- #endif -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
29 30 31
      <view class="uni-title">
        <text class="uni-title-text">API示例</text>
      </View>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
32
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
33 34 35 36 37 38
        <button type="primary" @click="play">播放</button>
      </view>
      <view class="uni-btn-v">
        <button type="primary" @click="pause">暂停</button>
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
39 40
        <input class="input" placeholder="输入要跳转的位置,单位s" type="number" @input="onSeekInput"></input>
        <button type="primary" @click="seek">跳转到指定位置</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
41 42
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
43 44
        <enum-data title="选择进入全屏时的视频方向" :items="directionItemTypes" @change="onRequestFullScreenDirectionChange"></enum-data>
        <button type="primary" @click="requestFullScreen">进入全屏</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
45 46 47 48 49 50 51 52
      </view>
      <view class="uni-btn-v">
        <button type="primary" @click="exitFullScreen">退出全屏</button>
      </view>
      <view class="uni-btn-v">
        <button type="primary" @click="stop">停止</button>
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
53 54
        <input class="input" placeholder="输入弹幕" value="{ 'text': '要显示的文本', 'color': '#FF0000' }" type="string" @input="onSendDanmuInput"></input>
        <button type="primary" :disabled="!enableDanmu" @click="sendDanmu">发送弹幕</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
55 56
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
57 58
        <enum-data title="选择倍速" :items="rateItemTypes" @change="onPlaybackRateChange"></enum-data>
        <button type="primary" @click="playbackRate">设置倍速</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
59 60 61 62
      </view>
      <view class="uni-title">
        <text class="uni-title-text">属性示例</text>
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
      <input class="input margin-10" type="string" placeholder="设置播放资源" @confirm="onSrcComfirm"></input>
      <input class="input margin-10" type="number" placeholder="设置初始播放位置(播放前设置有效)" @confirm="onInitialTimeComfirm"></input>
      <input class="input margin-10" type="number" placeholder="设置视频时长(播放前设置有效)" @confirm="onDurationComfirm"></input>
      <input class="input margin-10" type="string" placeholder="设置视频封面" @confirm="onPosterComfirm"></input>
      <input class="input margin-10" type="string" placeholder="设置视频标题(仅限非 Web 平台)" @confirm="onTitleComfirm"></input>
      <input class="input margin-10" type="string" placeholder="设置header(json格式)" @confirm="onHeaderComfirm"></input>
      <boolean-data title="设置是否展示弹幕(播放前设置有效)" :defaultValue="enableDanmu" @change="onEnableDanmuChange"></boolean-data>
      <boolean-data title="设置是否自动播放(播放前设置有效)" :defaultValue="autoplay" @change="onAutoplayChange"></boolean-data>
      <boolean-data title="设置是否循环播放(播放完成后生效)" :defaultValue="loop" @change="onLoopChange"></boolean-data>
      <boolean-data title="设置是否静音播放" :defaultValue="muted" @change="onMutedChange"></boolean-data>
      <boolean-data title="设置是否显示默认播放控件" :defaultValue="controls" @change="onControlsChange"></boolean-data>
      <boolean-data title="设置是否显示弹幕按钮" :defaultValue="danmuBtn" @change="onDanmuBtnChange"></boolean-data>
      <boolean-data title="设置是否显示进度条" :defaultValue="showProgress" @change="onShowProgressChange"></boolean-data>
      <boolean-data title="设置是否显示全屏按钮" :defaultValue="showFullscreenBtn" @change="onShowFullscreenBtnChange"></boolean-data>
      <boolean-data title="设置是否显示视频底部控制栏的播放按钮" :defaultValue="showPlayBtn" @change="onShowPlayBtnChange"></boolean-data>
      <boolean-data title="设置是否显示静音按钮(仅限非 Web 平台)" :defaultValue="showMuteBtn" @change="onShowMuteBtnChange"></boolean-data>
      <enum-data title="设置全屏时视频的方向" :items="directionItemTypes" @change="onDirectionChange"></enum-data>
      <boolean-data title="设置是否显示视频中间的播放按钮" :defaultValue="showCenterPlayBtn" @change="onShowCenterPlayBtnChange"></boolean-data>
      <boolean-data title="设置是否显示loading控件" :defaultValue="showLoading" @change="onShowLoadingChange"></boolean-data>
      <boolean-data title="设置是否开启控制进度的手势" :defaultValue="enableProgressGesture" @change="onEnableProgressGestureChange"></boolean-data>
      <boolean-data title="设置是否开启播放手势(仅限非 Web 平台)" :defaultValue="enablePlayGesture" @change="onEnablePlayGestureChange"></boolean-data>
fxy060608's avatar
fxy060608 已提交
84
      <!-- #ifndef WEB -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
85
      <boolean-data title="非全屏模式下,设置是否开启亮度与音量调节手势" :defaultValue="pageGesture" @change="onPageGestureChange"></boolean-data>
fxy060608's avatar
fxy060608 已提交
86
      <!-- #endif -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
87 88 89 90 91 92
      <boolean-data title="非全屏模式下,设置是否开启亮度与音量调节手势(仅限非 Web 平台)" :defaultValue="vslideGesture" @change="onVslideGestureChange"></boolean-data>
      <boolean-data title="全屏模式下,设置是否开启亮度与音量调节手势(仅限非 Web 平台)" :defaultValue="vslideGestureInFullscreen" @change="onVslideGestureInFullscreenChange"></boolean-data>
      <boolean-data title="设置是否对http、https视频源开启本地缓存(仅 App 平台,播放前设置有效)" :defaultValue="httpCache" @change="onHttpCacheChange"></boolean-data>
      <enum-data title="设置视频大小与video容器大小不一致时,视频的表现形式" :items="objectFitItemTypes" @change="onObjectFitChange"></enum-data>
      <enum-data title="设置解码器(仅 App 平台,播放前设置有效)" :items="codecItemTypes" @change="onCodecChange"></enum-data>
      <enum-data title="设置播放策略(仅 App 平台,播放前设置有效)" :items="playStrategyItemTypes" @change="onPlayStrategyChange"></enum-data>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
93
    </scroll-view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
94
  </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
95 96
</template>

H
hdx 已提交
97
<script>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
98
  import { ItemType } from '@/components/enum-data/enum-data';
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
99
  export default {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
100
    onReady() {
W
wanganxp 已提交
101 102
      this.videoContext = uni.createVideoContext('video');
      // this.videoContext = uni.createVideoContext('video', this);
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
103
    },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
104 105
    data() {
      return {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
106 107
        videoContext: null as VideoContext | null,
        // 属性
雪洛's avatar
雪洛 已提交
108
        src: "https://qiniu-web-assets.dcloud.net.cn/video/sample/2minute-demo.mp4",
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
109 110 111 112
        autoplay: false,
        loop: false,
        muted: false,
        initialTime: 0,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
113
        duration: 0,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
        controls: true,
        danmuList: [{
          text: '要显示的文本',
          color: '#FF0000',
          time: 3
        }, {
          text: '要显示的文本2',
          color: '#31ff23',
          time: 5
        }, {
          text: '要显示的文本3',
          color: '#f13ef8',
          time: 7
        }, {
          text: '要显示的文本4',
          color: '#4972f8',
          time: 9
        }, {
          text: '要显示的文本5',
          color: '#000000',
          time: 11
        }] as Array<Danmu>,
        danmuBtn: false,
        enableDanmu: true,
        pageGesture: false,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
139
        direction: -1,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
140 141
        directionItemTypes: [{ "value": 0, "name": "0(正常竖向)" }, { "value": 1, "name": "90(屏幕逆时针90度)" }, { "value": 2, "name": "-90(屏幕顺时针90度)" }] as ItemType[],
        directionItems: [0, 90, -90],
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
142 143 144 145 146 147 148
        showProgress: true,
        showFullscreenBtn: true,
        showPlayBtn: true,
        showCenterPlayBtn: true,
        showLoading: true,
        enableProgressGesture: true,
        objectFit: "contain",
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
149 150
        objectFitItemTypes: [{ "value": 0, "name": "contain(包含)" }, { "value": 1, "name": "fill(填充)" }, { "value": 2, "name": "cover(覆盖)" }] as ItemType[],
        objectFitItems: ["contain", "fill", "cover"],
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
151 152 153 154 155 156 157
        poster: "https://qiniu-web-assets.dcloud.net.cn/unidoc/zh/uni-android.png",
        showMuteBtn: false,
        title: "video-component",
        enablePlayGesture: false,
        vslideGesture: false,
        vslideGestureInFullscreen: true,
        codec: "hardware",
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
158 159
        codecItemTypes: [{ "value": 0, "name": "hardware(硬解码)" }, { "value": 1, "name": "software(软解码)" }] as ItemType[],
        codecItems: ["hardware", "software"],
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
160 161
        httpCache: true,
        playStrategy: 0,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
162 163
        playStrategyItemTypes: [{ "value": 0, "name": "0(普通模式)" }, { "value": 1, "name": "1(平滑播放模式)" }, { "value": 1, "name": "2(M3U8优化模式)" }] as ItemType[],
        playStrategyItems: [0, 1, 2],
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
164
        header: {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
165 166 167
          'User-Agent': 'User-Agent test',
          'header': 'header test',
          'cookie': 'cookie test'
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
168 169
        } as UTSJSONObject,
        // API
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
170
        pos: 0,
171
        requestFullScreenOptions: null as RequestFullScreenOptions | null,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
172 173 174 175
        danmu: {
          text: '要显示的文本',
          color: '#FF0000'
        } as Danmu,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
176 177 178
        rate: 1,
        rateItemTypes: [{ "value": 0, "name": "0.5" }, { "value": 1, "name": "0.8" }, { "value": 2, "name": "1.0" }, { "value": 3, "name": "1.25" }, { "value": 4, "name": "1.5" }] as ItemType[],
        rateItems: [0.5, 0.8, 1.0, 1.25, 1.5],
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
179 180
        customPlayBtnEnable: false,
        customPlayBtnShow: true,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
181
        // 自动化测试
182
        autoTest: false,
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
183 184
        isPlaying: false,
        isPause: false,
185
        isError: false,
雪洛's avatar
雪洛 已提交
186 187 188 189 190 191 192 193 194 195
        eventPlay: null as UTSJSONObject | null,
        eventPause: null as UTSJSONObject | null,
        eventEnded: null as UTSJSONObject | null,
        eventTimeupdate: null as UTSJSONObject | null,
        eventFullscreenchange: null as UTSJSONObject | null,
        eventWaiting: null as UTSJSONObject | null,
        eventError: null as UTSJSONObject | null,
        eventProgress: null as UTSJSONObject | null,
        eventFullscreenclick: null as UTSJSONObject | null,
        eventControlstoggle: null as UTSJSONObject | null
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
196 197
      }
    },
雪洛's avatar
雪洛 已提交
198 199
    onLoad() {
    },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
200
    methods: {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
201 202 203 204 205 206 207
      // API
      play: function () {
        console.log("play");
        this.videoContext?.play();
      },
      pause: function () {
        console.log("pause");
雪洛's avatar
雪洛 已提交
208
        (uni.getElementById("video") as UniVideoElement).pause(); //as写法测试。注意id不对时as会崩溃
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
209 210
        // this.videoContext?.pause();
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
211 212 213
      seek: function () {
        console.log("seek -> " + this.pos);
        this.videoContext?.seek(this.pos);
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
214
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
215 216 217 218 219 220
      onSeekInput: function (event : UniInputEvent) {
        this.pos = parseInt(event.detail.value);
      },
      requestFullScreen: function () {
        console.log("requestFullScreen -> " + this.requestFullScreenOptions);
        this.videoContext?.requestFullScreen(this.requestFullScreenOptions);
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
221 222 223 224 225 226 227 228 229
      },
      exitFullScreen: function () {
        console.log("exitFullScreen");
        this.videoContext?.exitFullScreen();
      },
      stop: function () {
        console.log("stop");
        uni.getElementById<UniVideoElement>("video")?.stop(); //泛型写法测试
        // this.videoContext?.stop();
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
230
        this.customPlayBtnShow = true;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
231
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
232 233 234 235 236 237 238 239
      sendDanmu: function () {
        console.log("sendDanmu -> " + this.danmu);
        this.videoContext?.sendDanmu(this.danmu);
      },
      onSendDanmuInput: function (event : UniInputEvent) {
        let json = JSON.parse<Danmu>(event.detail.value)
        if (json == null) return;
        this.danmu = json as Danmu;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
240
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
241 242 243 244 245 246
      playbackRate: function () {
        console.log("playbackRate -> " + this.rate);
        this.videoContext?.playbackRate(this.rate);
      },
      onPlaybackRateChange: function (value : number) {
        this.rate = this.rateItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
247 248
      },
      // 属性
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
249 250 251 252
      onSrcComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.src = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
253 254
        console.log("src -> " + this.src)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
255 256
      onAutoplayChange: function (value : boolean) {
        this.autoplay = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
257 258
        console.log("autoplay -> " + this.autoplay)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
259 260
      onLoopChange: function (value : boolean) {
        this.loop = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
261 262
        console.log("loop -> " + this.loop)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
263 264
      onMutedChange: function (value : boolean) {
        this.muted = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
265 266
        console.log("muted -> " + this.muted)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
267 268
      onInitialTimeComfirm: function (event : UniInputConfirmEvent) {
        let value = parseInt(event.detail.value)
雪洛's avatar
雪洛 已提交
269
        if (isNaN(value)) value = 0;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
270
        this.initialTime = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
271 272
        console.log("initialTime -> " + this.initialTime)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
273 274
      onDurationComfirm: function (event : UniInputConfirmEvent) {
        let value = parseInt(event.detail.value)
雪洛's avatar
雪洛 已提交
275
        if (isNaN(value)) value = 0;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
276
        this.duration = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
277 278
        console.log("duration -> " + this.duration)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
279 280
      onControlsChange: function (value : boolean) {
        this.controls = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
281 282
        console.log("controls -> " + this.controls)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
283 284 285 286 287 288
      onEnableDanmuChange: function (value : boolean) {
        this.enableDanmu = value;
        console.log("enableDanmu -> " + this.enableDanmu)
      },
      onDanmuBtnChange: function (value : boolean) {
        this.danmuBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
289 290
        console.log("danmuBtn -> " + this.danmuBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
291 292
      onPageGestureChange: function (value : boolean) {
        this.pageGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
293 294
        console.log("pageGesture -> " + this.pageGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
295 296 297 298 299 300 301 302
      onRequestFullScreenDirectionChange: function (value : number) {
        let direction = this.directionItems[value];
        this.requestFullScreenOptions = {
          direction
        } as RequestFullScreenOptions;
      },
      onDirectionChange: function (value : number) {
        this.direction = this.directionItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
303 304
        console.log("direction -> " + this.direction)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
305 306
      onShowProgressChange: function (value : boolean) {
        this.showProgress = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
307 308
        console.log("showProgress -> " + this.showProgress)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
309 310
      onShowFullscreenBtnChange: function (value : boolean) {
        this.showFullscreenBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
311 312
        console.log("showFullscreenBtn -> " + this.showFullscreenBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
313 314
      onShowPlayBtnChange: function (value : boolean) {
        this.showPlayBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
315 316
        console.log("showPlayBtn -> " + this.showPlayBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
317 318
      onShowCenterPlayBtnChange: function (value : boolean) {
        this.showCenterPlayBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
319 320
        console.log("showCenterPlayBtn -> " + this.showCenterPlayBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
321 322
      onShowLoadingChange: function (value : boolean) {
        this.showLoading = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
323 324
        console.log("showLoading -> " + this.showLoading)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
325 326
      onEnableProgressGestureChange: function (value : boolean) {
        this.enableProgressGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
327 328
        console.log("enableProgressGesture -> " + this.enableProgressGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
329 330
      onObjectFitChange: function (value : number) {
        this.objectFit = this.objectFitItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
331 332
        console.log("objectFit -> " + this.objectFit)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
333 334 335 336
      onPosterComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.poster = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
337 338
        console.log("poster -> " + this.poster)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
339 340
      onShowMuteBtnChange: function (value : boolean) {
        this.showMuteBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
341 342
        console.log("showMuteBtn -> " + this.showMuteBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
343 344 345 346
      onTitleComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.title = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
347 348
        console.log("title -> " + this.title)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
349 350
      onEnablePlayGestureChange: function (value : boolean) {
        this.enablePlayGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
351 352
        console.log("enablePlayGesture -> " + this.enablePlayGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
353 354
      onVslideGestureChange: function (value : boolean) {
        this.vslideGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
355 356
        console.log("vslideGesture -> " + this.vslideGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
357 358
      onVslideGestureInFullscreenChange: function (value : boolean) {
        this.vslideGestureInFullscreen = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
359 360
        console.log("vslideGestureInFullscreen -> " + this.vslideGestureInFullscreen)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
361 362
      onCodecChange: function (value : number) {
        this.codec = this.codecItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
363 364
        console.log("codec -> " + this.codec)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
365 366
      onHttpCacheChange: function (value : boolean) {
        this.httpCache = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
367 368
        console.log("httpCache -> " + this.httpCache)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
369 370
      onPlayStrategyChange: function (value : number) {
        this.playStrategy = this.playStrategyItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
371 372
        console.log("playStrategy -> " + this.playStrategy)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
373 374 375 376
      onHeaderComfirm: function (event : UniInputConfirmEvent) {
        let json = JSON.parse(event.detail.value)
        if (json == null) return;
        this.header = json as UTSJSONObject;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
377
        console.log("header -> " + JSON.stringify(this.header))
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
378
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
379 380 381
      onCustomPlayBtnEnableChange: function (event : UniSwitchChangeEvent) {
      	this.customPlayBtnEnable = event.detail.value;
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
382
      // 事件
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
383
      onPlay: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
384 385 386
        console.log(res.type);
        this.isPlaying = true;
        this.isPause = false;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
387
        this.customPlayBtnShow = false;
388 389 390 391 392 393
        if (this.autoTest) {
          this.eventPlay = {
            "tagName": res.target?.tagName,
            "type": res.type
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
394
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
395
      onPause: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
396 397 398
        console.log(res.type);
        this.isPlaying = false;
        this.isPause = true;
399 400 401 402 403 404
        if (this.autoTest) {
          this.eventPause = {
            "tagName": res.target?.tagName,
            "type": res.type
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
405
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
406
      onEnded: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
407
        console.log(res.type);
408 409 410 411 412 413
        if (this.autoTest) {
          this.eventEnded = {
            "tagName": res.target?.tagName,
            "type": res.type
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
414
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
415
      onTimeUpdate: function (res : UniVideoTimeUpdateEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
416
        console.log(res.type + " -> " + JSON.stringify(res.detail));
417 418 419 420
        if (this.autoTest) {
          this.eventTimeupdate = {
            "tagName": res.target?.tagName,
            "type": res.type,
421 422
            "currentTime": Math.trunc(res.detail.currentTime),
            "duration": Math.trunc(res.detail.duration)
423 424
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
425
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
426
      onFullScreenChange: function (res : UniVideoFullScreenChangeEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
427
        console.log(res.type + " -> " + JSON.stringify(res.detail));
428 429 430 431 432 433 434 435
        if (this.autoTest) {
          this.eventFullscreenchange = {
            "tagName": res.target?.tagName,
            "type": res.type,
            "fullScreen": res.detail.fullScreen,
            "direction": res.detail.direction
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
436
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
437
      onWaiting: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
438
        console.log(res.type);
439 440 441 442 443 444
        if (this.autoTest) {
          this.eventWaiting = {
            "tagName": res.target?.tagName,
            "type": res.type
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
445
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
446
      onError: function (res : UniVideoErrorEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
447
        console.log(res.type + " -> " + JSON.stringify(res.detail));
448
        this.isError = true;
449 450 451 452 453 454 455
        if (this.autoTest) {
          this.eventError = {
            "tagName": res.target?.tagName,
            "type": res.type,
            "errCode": res.detail.errCode
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
456
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
457
      onProgress: function (res : UniVideoProgressEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
458
        console.log(res.type + " -> " + JSON.stringify(res.detail));
459 460 461 462
        if (this.autoTest) {
          this.eventProgress = {
            "tagName": res.target?.tagName,
            "type": res.type,
463
            "isBufferedValid": res.detail.buffered > 0
464 465
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
466
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
467
      onFullScreenClick: function (res : UniVideoFullScreenClickEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
468
        console.log(res.type + " -> " + JSON.stringify(res.detail));
469 470 471 472
        if (this.autoTest) {
          this.eventFullscreenclick = {
            "tagName": res.target?.tagName,
            "type": res.type,
473 474 475 476
            "screenX": Math.trunc(res.detail.screenX),
            "screenY": Math.trunc(res.detail.screenY),
            "screenWidth": Math.trunc(res.detail.screenWidth),
            "screenHeight": Math.trunc(res.detail.screenHeight)
477 478
          };
        }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
479
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
480
      onControlsToggle: function (res : UniVideoControlsToggleEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
481
        console.log(res.type + " -> " + JSON.stringify(res.detail));
482 483 484 485 486 487 488
        if (this.autoTest) {
          this.eventControlstoggle = {
            "tagName": res.target?.tagName,
            "type": res.type,
            "show": res.detail.show
          };
        }
489 490 491 492 493 494
      },
      // 自动化测试
      downloadSource() {
        uni.downloadFile({
          url: 'https://qiniu-web-assets.dcloud.net.cn/video/sample/2minute-demo.mp4',
          success: (res) => {
495
            this.src = res.tempFilePath;
496 497 498 499 500
          },
          fail: (_) => {
            this.isError = true;
          }
        })
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
501
      }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
502 503
    }
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
504 505 506
</script>

<style>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
507
  .video {
H
hdx 已提交
508 509
    width: 100%;
    height: 200px;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
510
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
511 512 513 514

  .input {
    height: 40px;
    background: #FFF;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
515 516 517 518 519
    padding: 8px 13px;
  }

  .margin-10 {
    margin: 10px;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
520
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
521 522 523 524 525 526 527 528 529

  .custom-play-btn {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
530
</style>