Demo project for FFEngine from www.ffsdk.com
-
What's FFEngine FFEngine SDK is a video player framework for iOS developers with support for the http, rtsp, rtmp and mms protocols. Behind the scenes FFEngine relies on the iOS AudioToolbox/CoreAudio/CoreGraphics/OpenGLES frameworks and the open source LGPL licensed FFmpeg library.
-
FFEngine Features:
- Support for the http and mms protocols.
- Supports rmvb/mkv/avi/ogg/mp4 file formats.
- Supports mp3, aac, aac+ and wma audio streams.
- PLS, M3U, XSPF and direct URL support.
- Parsing of Shoutcast/Icecast metadata.
- Automatic handling of interruptions like incoming phone calls.
- Background play on iOS 4.
- Robust error handling.
- Auto reconnect feature.
- Works on Edge/3G/WiFi.
- FFEngine Issues:
- Play m3u8/mp4 files with system default player to enhance performance.
- Could not play certain rtsp streams, updating.
-
Compile your own FFmpeg.framework 4.1) Compile raw ffmpeg libs with scripts at: https://github.com/xiewei-wayne/ffmpeg-ios-compile 4.2) Download ffmpeg wrapper source code at: https://github.com/xiewei-wayne/libffmpeg 4.3) Copy libs/headers generated at step 4.1 to related directories in libffmpeg
-
Release framework: Xcode -> Product -> Build For -> Profiling;
-
Debug framework: Xcode -> Product -> Build For -> Testing;
-
Join US If you want to be one of us, please mail to: [email protected]
Thanks.