We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
获得视频沙盒路径使用BAFileDataEntity 上传时,[avAssetExport status] 的状态不是AVAssetExportSessionStatusCompleted 直接走了default 并且控制台只打印了一个 NSURLConnection finished with error - code -1002 就结束了 这是啥原因呢?
The text was updated successfully, but these errors were encountered:
替换AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:[NSURL URLWithString:fileEntity.filePath] options:nil]; 为 AVURLAsset *avAsset = [AVURLAsset URLAssetWithURL:[NSURL fileURLWithPath:fileEntity.filePath] options:nil];
Sorry, something went wrong.
No branches or pull requests
获得视频沙盒路径使用BAFileDataEntity 上传时,[avAssetExport status] 的状态不是AVAssetExportSessionStatusCompleted 直接走了default 并且控制台只打印了一个
NSURLConnection finished with error - code -1002 就结束了
这是啥原因呢?
The text was updated successfully, but these errors were encountered: