I’m attempting to use ffmpeg on iOS. When I call av_register_all() then attempt to open the file using avformat_open_input() I get the following error:
No URL Protocols are registered. Missing call to av_register_all()?
Has anyone seen this before? Any help would be much appreciated
I had protocols disabled in the build script in which I built the static library.