kxmovie

movie player for iOS using ffmpeg

  • Owner: kolyvan/kxmovie
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

FFmpegPlayer-iOS - A movie player for iOS based on FFmpeg.

Build Instructions

First you need to 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 7.0 and iPhone 4 (because of iOS 7 requirements).

Screenshots

Feedback

Tweet me — @kolyvan_ru.

Tweet me — @MonsieurDart.

Main metrics

Overview
Name With Ownerkolyvan/kxmovie
Primary LanguageObjective-C
Program languageObjective-C (Language Count: 5)
Platform
License:
所有者活动
Created At2012-10-25 10:51:16
Pushed At2024-07-11 18:33:14
Last Commit At2014-05-04 18:38:51
Release Count1
Last Release Namev.0.5 (Posted on )
First Release Namev.0.5 (Posted on )
用户参与
Stargazers Count2.9k
Watchers Count189
Fork Count0.9k
Commits Count102
Has Issues Enabled
Issues Count172
Issue Open Count124
Pull Requests Count2
Pull Requests Open Count7
Pull Requests Close Count9
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private