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
self.mgr.allowPickingVideo = YES; 选择视频点完成,报错
ACMediaFrameExample[6510:316918] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter' *** First throw call stack: (0x21a10a190 0x2192df9f8 0x21a0143b0 0x21aa89074 0x21aa88fdc 0x100229904 0x228a8aae0 0x227493c44 0x228a8a8ec 0x228a85c2c 0x228a86388 0x2277fa4ec 0x219d69e88 0x219d5d59c 0x100678cf8 0x100693a38 0x10068adac 0x219d26124 0x219d28cd4) libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered:
看信息应该是没拿到视频的路径导致的,方便的话提供下更详细的操作的步骤
Sorry, something went wrong.
请问你解决了吗?我也遇到了,好像是云视频才会这样
这个问题应该是难道的 url 为 nil 导致的,大佬可以打个断点看下,可能云视频返回字段是其他的,我自己暂时没复现出来~~~
No branches or pull requests
self.mgr.allowPickingVideo = YES;
选择视频点完成,报错
ACMediaFrameExample[6510:316918] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter'
*** First throw call stack:
(0x21a10a190 0x2192df9f8 0x21a0143b0 0x21aa89074 0x21aa88fdc 0x100229904 0x228a8aae0 0x227493c44 0x228a8a8ec 0x228a85c2c 0x228a86388 0x2277fa4ec 0x219d69e88 0x219d5d59c 0x100678cf8 0x100693a38 0x10068adac 0x219d26124 0x219d28cd4)
libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: