Home > Backend Development > PHP Tutorial > 如何获取私有视频文件的元信息

如何获取私有视频文件的元信息

WBOY
Release: 2016-06-06 20:27:00
Original
1129 people have browsed it

私有文件好像要生成token,但直接用上传的token好像不行,想请教一下,哪里有教程

回复内容:

私有文件好像要生成token,但直接用上传的token好像不行,想请教一下,哪里有教程

最好用SDK生成。

先拼接基本的url

http://domain/key?avinfo

然后调用SDK生成带下载凭证的url,一般是这样的

http://domain/key?avinfo&e=xxx&token=xxxxx

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