Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 481 Bytes

iOSFFmpeg

FFmpeg player for ios

  • Not using SDL
  • Render directly to OpenGL layer, use shader to conver YUV<->RGB
  • Use Audio Queue Service to handle audio output
  • Works on iphone4s
  • Audio/Video out of sync on iphone4 and earlier
  • Can play all format support by ffmpeg
  • Can play local .ts file

Folder structure:

  • FFmpegPlayer: player project
  • ffmpeg-test: ffmpeg test source code
  • ffmpeg-uarch: prebuilt binary for ios (support both device and simulator)