video.uvue 21.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 13
  <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">
    </video>
雪洛's avatar
雪洛 已提交
14
    <scroll-view class="uni-padding-wrap uni-common-mt uni-flex-item">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
15
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
16
        <navigator url="/pages/component/video/video-format">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
17
          <button type="primary" @click="pause">视频格式示例</button>
18
        </navigator>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
19
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
20 21 22
      <view class="uni-title">
        <text class="uni-title-text">API示例</text>
      </View>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
23
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
24 25 26 27 28 29
        <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 已提交
30 31
        <input class="input" placeholder="输入要跳转的位置,单位s" type="number" @input="onSeekInput"></input>
        <button type="primary" @click="seek">跳转到指定位置</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
32 33
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
34 35
        <enum-data title="选择进入全屏时的视频方向" :items="directionItemTypes" @change="onRequestFullScreenDirectionChange"></enum-data>
        <button type="primary" @click="requestFullScreen">进入全屏</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
36 37 38 39 40 41 42 43
      </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 已提交
44 45
        <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 已提交
46 47
      </view>
      <view class="uni-btn-v">
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
48 49
        <enum-data title="选择倍速" :items="rateItemTypes" @change="onPlaybackRateChange"></enum-data>
        <button type="primary" @click="playbackRate">设置倍速</button>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
50 51 52 53
      </view>
      <view class="uni-title">
        <text class="uni-title-text">属性示例</text>
      </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
      <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 已提交
75
      <!-- #ifndef WEB -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
76
      <boolean-data title="非全屏模式下,设置是否开启亮度与音量调节手势" :defaultValue="pageGesture" @change="onPageGestureChange"></boolean-data>
fxy060608's avatar
fxy060608 已提交
77
      <!-- #endif -->
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
78 79 80 81 82 83
      <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 已提交
84
    </scroll-view>
lizhongyi_'s avatar
lizhongyi_ 已提交
85
    <video v-if="autoTest" :src="localSrc" @error="onError"></video>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
86
  </view>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
87 88
</template>

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

<style>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
494
  .video {
H
hdx 已提交
495 496
    width: 100%;
    height: 200px;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
497
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
498 499 500 501

  .input {
    height: 40px;
    background: #FFF;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
502 503 504 505 506
    padding: 8px 13px;
  }

  .margin-10 {
    margin: 10px;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
507
  }
508
</style>