http://blog.csdn.net/sing_sing/article/details/8468798
Recently engaged in the iOS video playback, studied the FFmpeg, will now see a good summary of the information, convenient for themselves or those who need to consult.
1, iOS under the FFmpeg compilation, online has a lot of information, but a lot of some problems, looked for a few days, found that this information is more detailed.
Http://www.cnblogs.com/ikodota/archive/2012/09/12/compile_ffmpeg_for_iOS.html
However, the method described in this article is compiled by the library file is relatively large, because it uses fewer compilation parameters, so many modules will be compiled into, they can be optimized according to needs, add parameters, will not need to block the module. Compile parameters can refer to several related text, a comprehensive.
2. Open Source Example Iframeextractor (git clone git://github.com/lajos/iframeextractor.git), which is an example of using ffmpeg decoding to play under iOS. However, this example is displayed using a decal, which is not very good and does not include sound decoding.
3, iOS play RTSP streaming example, after testing, rtmp stream can also play.
Https://github.com/mooncatventures-group/RTSPPlay
4, Learning ffmpeg+sdl tutorial, claiming to be able to write a player with less than 1000 lines of code.
http://dranger.com/ffmpeg/
5, Ffmpeg4iphone, a ffplay example, can compile and run, but do not see the playback interface, do not know why, not in-depth study.
http://code.google.com/p/ffmpeg4iphone/
Other resources that were introduced on the forum are also posted here:
1. Mooncatventures Group Https://github.com/mooncatventures-group
2, Kxmovieplayer (use Opengles, Core Audio) Https://github.com/kolyvan/kxmovie
3, FFmpeg for iOS (with Opengles, Audioqueue) https://github.com/flyhawk007/FFmpeg-for-iOS.git