From 1782ce5dfecd24d4881ebcbcdbc5385674f1e06d Mon Sep 17 00:00:00 2001 From: lizhongyi Date: Sat, 30 Mar 2024 15:34:42 +0800 Subject: [PATCH] update docs: video.md --- docs/component/video.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/component/video.md b/docs/component/video.md index 0d2a03be..413960f9 100644 --- a/docs/component/video.md +++ b/docs/component/video.md @@ -15,10 +15,10 @@ app端支持的视频格式如下: - [x] mp4 - [x] m4v - [x] mov -- [x] webm +- [x] webm (安卓端支持,iOS端不支持) - [x] 3gp - [x] flv -- [x] m3u8 (本地m3u8文件需3.99+) +- [x] m3u8 (本地m3u8文件安卓端需3.99+,iOS端需4.11+) @@ -56,4 +56,4 @@ video的操作api为[uni.createVideoContext()](../api/create-video-context.md) 本地视频文件,有2种方式: - static目录下(项目下或uni_modules下都支持static目录) - 使用绝对路径。相对路径转绝对路径[详见](https://doc.dcloud.net.cn/uni-app-x/uts/utsandroid.html#convert2absfullpath) -- 暂不支持uni.env协议 \ No newline at end of file +- 暂不支持uni.env协议 -- GitLab