I am trying to use features of the FFMPEG library (such like libavcodec.a, libavformat.a, libavutil.a and libswresample.a
) but I am confused on how to add the FFMPEG library to my project.
WHY FFMPEG library? => Because in my project I want to play Live URL Streaming, This URL is Window Media Audio file (.wma) since iOS has no direct support for '.wma' files, I need to convert this Live URL Streaming to an iOS device supported format. For doing this I am using RadioTunes SDK, All things are well and good except I don't know about the installation of FFMPEG library
There are many question related to mine but none can help me.
How to build and link FFMPEG to iOS?
ffmpeg use on iOS
I download FFMPEG library from here for 10.5.x