Appearance
30 秒跑起来
以 Vue iframe 接入为例:
安装
bash
pnpm add @sentinel-lab/video-vue-frame用
vue
<script setup lang="ts">
import { VideoPlayerFrame } from '@sentinel-lab/video-vue-frame'
</script>
<template>
<VideoPlayerFrame source="https://your-cdn/video.m3u8" autoplay muted />
</template>播放器在一个 iframe 里加载(默认从官方 CDN sentinel-video.pages.dev/embed/v1.0.25/), 你的页面通过 props 下发参数、通过事件接收回调。
想查看框架组件的真实预览和可复制源码?去选择接入入口,再进入对应的 React 或 Vue 组件门户。