Skip to content

liaoyuanhuo/ffengine-simple-demo

 
 

Repository files navigation

ffengine-simple-demo

Demo project for FFEngine from www.ffsdk.com

  1. 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.

  2. 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.
  1. FFEngine Issues:
  • Play m3u8/mp4 files with system default player to enhance performance.
  • Could not play certain rtsp streams, updating.
  1. 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

  2. Release framework: Xcode -> Product -> Build For -> Profiling;

  3. Debug framework: Xcode -> Product -> Build For -> Testing;

  4. Join US If you want to be one of us, please mail to: [email protected]

Thanks.

About

Demo project for FFEngine from www.ffsdk.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published