Skip to content

willzh/kxmovie

This branch is 34 commits behind kolyvan/kxmovie:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67de183 · Mar 22, 2013

History

68 Commits
Mar 18, 2013
Mar 21, 2013
Mar 18, 2013
Mar 18, 2013
Mar 22, 2013
Oct 26, 2012
Mar 18, 2013
Mar 18, 2013
Oct 25, 2012
Jan 17, 2013
Oct 25, 2012
Oct 25, 2012

Repository files navigation

KxMovie - movie player for iOS using ffmpeg

Build instructions:

First you need download, configure and build FFmpeg. For this open console and type in

cd kxmovie
git submodule update --init	
rake

Usage

  1. Drop files from kxmovie/output folder in your project.
  2. Add frameworks: MediaPlayer, CoreAudio, AudioToolbox, Accelerate, QuartzCore, OpenGLES and libz.dylib .
  3. Add libs: libkxmovie.a, libavcodec.a, libavformat.a, libavutil.a, libswscale.a, libswresample.a

For play movies:

ViewController *vc;
vc = [KxMovieViewController movieViewControllerWithContentPath:path parameters:nil];
[self presentViewController:vc animated:YES completion:nil];

See KxMovieExample demo project as example of using.

Also, you can include kxmovie as subproject. Look at kxtorrent as example.

Remember, you need to copy some movies via iTunes for playing them. And you can use kxmovie for streaming from remote sources via rtsp,rtmp,http,etc.

Requirements

at least iOS 5.1 and iPhone 3GS

Screenshots:

movie view info view

Feedback

Tweet me — @kolyvan_ru.

About

movie player for iOS using ffmpeg

Resources

Stars

Watchers

Forks

Packages

No packages published