1.0.8 • Published 4 months ago

@liuyunxi/viewer-video v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

视频预览

代码演示

<template>
    <YxVideoViewer :cover="cover" :url="url">{{ name }}</YxVideoViewer>
    <YxVideoViewer :cover="cover" :url="mp4">Mp4预览</YxVideoViewer>
</template>

<script setup lang="ts">
const name = '视频名称'
const cover =
    '//1305901002.vod2.myqcloud.com/f06aa63fvodtranscq1305901002/29f6ba3e243791577370716668/coverBySnapshot/coverBySnapshot_10_0.jpg'
const url =
    '//1305901002.vod2.myqcloud.com/f06aa63fvodtranscq1305901002/29f6ba3e243791577370716668/adp.10.m3u8'

const mp4 =
    '//1305901002.vod2.myqcloud.com/1980b897vodcq1305901002/8dd1dbb9387702305960755827/2NnaZ48Hrs8A.mp4'
</script>

<style scoped lang="less"></style>

API

参数

参数说明类型默认值
cover封面地址string
url源文件地址string
1.0.8

4 months ago

1.0.7

9 months ago

1.0.1

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.3

11 months ago

1.0.0

1 year ago