Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安卓这边如何实现视频上传转码压缩等处理 #209

Closed
aaironman opened this issue Aug 3, 2016 · 2 comments
Closed

安卓这边如何实现视频上传转码压缩等处理 #209

aaironman opened this issue Aug 3, 2016 · 2 comments

Comments

@aaironman
Copy link

安卓这边如何实现视频上传转码压缩等处理,我看java是有的,不知道android七牛Sdk有没有相应的方法,还是获取java后台那边给的token,后台处理

@peaceful321
Copy link

你好,

Android 这边如果希望 进行转码处理, 思路如下:

  1. 服务端java 获取token的时候,设置好 persistentFops 和 persistentPipeline 这两个上传策略,具体可以查看我们的说明文档:

http://developer.qiniu.com/article/developer/security/put-policy.html

2.android 这边调用 服务端的接口,获取服务端 的token, 然后只执行上传操作(通过UploadManager对象的put方法)

@duwurensheng010
Copy link

Android本地能否直接处理视频,把处理完的视频上传给服务端

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants