Home  >  Article  >  Backend Development  >  javascript - Questions about Qiniu video real-time transcoding

javascript - Questions about Qiniu video real-time transcoding

WBOY
WBOYOriginal
2016-12-01 00:25:242063browse

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>

Documentation

Statement:
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