Skip to content

30 秒跑起来

以 Vue iframe 接入为例:

安装

bash
pnpm add @sentinel/video-vue-frame

vue
<script setup lang="ts">
import { VideoPlayerFrame } from '@sentinel/video-vue-frame'
</script>

<template>
  <VideoPlayerFrame source="https://your-cdn/video.m3u8" autoplay muted />
</template>

播放器在一个 iframe 里加载(默认从官方 CDN sentinel-video.pages.dev/embed/v1/), 你的页面通过 props 下发参数、通过事件接收回调。

想直接调参数看效果?去 在线试玩