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

上传视频时的问题 #15

Open
mephistobaal opened this issue May 6, 2018 · 1 comment
Open

上传视频时的问题 #15

mephistobaal opened this issue May 6, 2018 · 1 comment

Comments

@mephistobaal
Copy link

获得视频沙盒路径使用BAFileDataEntity 上传时,[avAssetExport status] 的状态不是AVAssetExportSessionStatusCompleted 直接走了default 并且控制台只打印了一个
NSURLConnection finished with error - code -1002 就结束了
这是啥原因呢?

@w819314930
Copy link
Contributor

替换AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:[NSURL URLWithString:fileEntity.filePath] options:nil];
为 AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:[NSURL fileURLWithPath:fileEntity.filePath] options:nil];

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

2 participants