javascript - Questions about Qiniu video real-time transcoding

WBOY
Release: 2023-03-01 15:42:02
Original
2099 people have browsed it

Qiniu uses m3u8 that is automatically stored after real-time transcoding. Is it named with the source file name + random characters? How to directly access transcoded files to avoid multiple transcodings

Address before transcoding:
0396f06dee5e36e02197631adbc2b5.mp4
Address after transcoding:
http://video.dameiketang.com/...

Reply content:

Qiniu uses m3u8 that is automatically stored after real-time transcoding. Is it named with the source file name + random characters? How to directly access transcoded files to avoid multiple transcodings

Address before transcoding:
0396f06dee5e36e02197631adbc2b5.mp4
Address after transcoding:
http://video.dameiketang.com/...

<code>源视频地址:
http://media-resource.com0.z0.glb.qiniucdn.com/七牛云存储视频-三周年.mp4

使用 avvod 命令把源视频实时转成分辨率为 960x640,码率为 1000k 的 m3u8 流,
使用safari打开播放:
http://media-resource.com0.z0.glb.qiniucdn.com/七牛云存储视频-三周年.mp4?avvod/m3u8/s/960x640/vb/1000k
</code>
Copy after login

Documentation

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template