video.uvue 19.3 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 177
        isError: false,
        localSrc: ''
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
178 179
      }
    },
雪洛's avatar
雪洛 已提交
180 181
    onLoad() {
    },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
182
    methods: {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
183 184 185 186 187 188 189
      // API
      play: function () {
        console.log("play");
        this.videoContext?.play();
      },
      pause: function () {
        console.log("pause");
雪洛's avatar
雪洛 已提交
190
        (uni.getElementById("video") as UniVideoElement).pause(); //as写法测试。注意id不对时as会崩溃
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
191 192
        // this.videoContext?.pause();
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
193 194 195
      seek: function () {
        console.log("seek -> " + this.pos);
        this.videoContext?.seek(this.pos);
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
196
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
197 198 199 200 201 202
      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 已提交
203 204 205 206 207 208 209 210 211 212
      },
      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 已提交
213 214 215 216 217 218 219 220
      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 已提交
221
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
222 223 224 225 226 227
      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 已提交
228 229
      },
      // 属性
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
230 231 232 233
      onSrcComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.src = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
234 235
        console.log("src -> " + this.src)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
236 237
      onAutoplayChange: function (value : boolean) {
        this.autoplay = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
238 239
        console.log("autoplay -> " + this.autoplay)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
240 241
      onLoopChange: function (value : boolean) {
        this.loop = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
242 243
        console.log("loop -> " + this.loop)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
244 245
      onMutedChange: function (value : boolean) {
        this.muted = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
246 247
        console.log("muted -> " + this.muted)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
248 249 250 251
      onInitialTimeComfirm: function (event : UniInputConfirmEvent) {
        let value = parseInt(event.detail.value)
        if (value == NaN) value = 0;
        this.initialTime = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
252 253
        console.log("initialTime -> " + this.initialTime)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
254 255 256 257
      onDurationComfirm: function (event : UniInputConfirmEvent) {
        let value = parseInt(event.detail.value)
        if (value == NaN) value = 0;
        this.duration = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
258 259
        console.log("duration -> " + this.duration)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
260 261
      onControlsChange: function (value : boolean) {
        this.controls = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
262 263
        console.log("controls -> " + this.controls)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
264 265 266 267 268 269
      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 已提交
270 271
        console.log("danmuBtn -> " + this.danmuBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
272 273
      onPageGestureChange: function (value : boolean) {
        this.pageGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
274 275
        console.log("pageGesture -> " + this.pageGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
276 277 278 279 280 281 282 283
      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 已提交
284 285
        console.log("direction -> " + this.direction)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
286 287
      onShowProgressChange: function (value : boolean) {
        this.showProgress = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
288 289
        console.log("showProgress -> " + this.showProgress)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
290 291
      onShowFullscreenBtnChange: function (value : boolean) {
        this.showFullscreenBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
292 293
        console.log("showFullscreenBtn -> " + this.showFullscreenBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
294 295
      onShowPlayBtnChange: function (value : boolean) {
        this.showPlayBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
296 297
        console.log("showPlayBtn -> " + this.showPlayBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
298 299
      onShowCenterPlayBtnChange: function (value : boolean) {
        this.showCenterPlayBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
300 301
        console.log("showCenterPlayBtn -> " + this.showCenterPlayBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
302 303
      onShowLoadingChange: function (value : boolean) {
        this.showLoading = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
304 305
        console.log("showLoading -> " + this.showLoading)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
306 307
      onEnableProgressGestureChange: function (value : boolean) {
        this.enableProgressGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
308 309
        console.log("enableProgressGesture -> " + this.enableProgressGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
310 311
      onObjectFitChange: function (value : number) {
        this.objectFit = this.objectFitItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
312 313
        console.log("objectFit -> " + this.objectFit)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
314 315 316 317
      onPosterComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.poster = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
318 319
        console.log("poster -> " + this.poster)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
320 321
      onShowMuteBtnChange: function (value : boolean) {
        this.showMuteBtn = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
322 323
        console.log("showMuteBtn -> " + this.showMuteBtn)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
324 325 326 327
      onTitleComfirm: function (event : UniInputConfirmEvent) {
        let value = event.detail.value;
        if (value == '') return;
        this.title = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
328 329
        console.log("title -> " + this.title)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
330 331
      onEnablePlayGestureChange: function (value : boolean) {
        this.enablePlayGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
332 333
        console.log("enablePlayGesture -> " + this.enablePlayGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
334 335
      onVslideGestureChange: function (value : boolean) {
        this.vslideGesture = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
336 337
        console.log("vslideGesture -> " + this.vslideGesture)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
338 339
      onVslideGestureInFullscreenChange: function (value : boolean) {
        this.vslideGestureInFullscreen = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
340 341
        console.log("vslideGestureInFullscreen -> " + this.vslideGestureInFullscreen)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
342 343
      onCodecChange: function (value : number) {
        this.codec = this.codecItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
344 345
        console.log("codec -> " + this.codec)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
346 347
      onHttpCacheChange: function (value : boolean) {
        this.httpCache = value;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
348 349
        console.log("httpCache -> " + this.httpCache)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
350 351
      onPlayStrategyChange: function (value : number) {
        this.playStrategy = this.playStrategyItems[value];
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
352 353
        console.log("playStrategy -> " + this.playStrategy)
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
354 355 356 357
      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 已提交
358
        console.log("header -> " + JSON.stringify(this.header))
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
359 360
      },
      // 事件
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
361
      onPlay: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
362 363 364 365
        console.log(res.type);
        this.isPlaying = true;
        this.isPause = false;
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
366
      onPause: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
367 368 369 370
        console.log(res.type);
        this.isPlaying = false;
        this.isPause = true;
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
371
      onEnded: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
372 373
        console.log(res.type);
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
374
      onTimeUpdate: function (res : UniVideoTimeUpdateEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
375 376
        console.log(res.type + " -> " + JSON.stringify(res.detail));
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
377
      onFullScreenChange: function (res : UniVideoFullScreenChangeEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
378 379
        console.log(res.type + " -> " + JSON.stringify(res.detail));
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
380
      onWaiting: function (res : UniEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
381 382
        console.log(res.type);
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
383
      onError: function (res : UniVideoErrorEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
384
        console.log(res.type + " -> " + JSON.stringify(res.detail));
385
        this.isError = true;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
386
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
387
      onProgress: function (res : UniVideoProgressEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
388 389
        console.log(res.type + " -> " + JSON.stringify(res.detail));
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
390
      onFullScreenClick: function (res : UniVideoFullScreenClickEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
391 392
        console.log(res.type + " -> " + JSON.stringify(res.detail));
      },
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
393
      onControlsToggle: function (res : UniVideoControlsToggleEvent) {
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
394
        console.log(res.type + " -> " + JSON.stringify(res.detail));
395 396 397 398 399 400 401 402 403 404 405 406 407
      },
      // 自动化测试
      downloadSource() {
        uni.downloadFile({
          url: 'https://qiniu-web-assets.dcloud.net.cn/video/sample/2minute-demo.mp4',
          success: (res) => {
            this.localSrc = res.tempFilePath;
            this.autoTest = true;
          },
          fail: (_) => {
            this.isError = true;
          }
        })
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
408
      }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
409 410
    }
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
411 412 413
</script>

<style>
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
414
  .video {
H
hdx 已提交
415 416
    width: 100%;
    height: 200px;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
417
  }
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
418 419 420 421

  .input {
    height: 40px;
    background: #FFF;
DCloud-yinjiacheng's avatar
DCloud-yinjiacheng 已提交
422 423 424 425 426
    padding: 8px 13px;
  }

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