kxmovie

movie player for iOS using ffmpeg

  • 所有者: kolyvan/kxmovie
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者kolyvan/kxmovie
主编程语言Objective-C
编程语言Objective-C (语言数: 5)
平台
许可证
所有者活动
创建于2012-10-25 10:51:16
推送于2024-07-11 18:33:14
最后一次提交2014-05-04 18:38:51
发布数1
最新版本名称v.0.5 (发布于 )
第一版名称v.0.5 (发布于 )
用户参与
星数2.9k
关注者数189
派生数0.9k
提交数102
已启用问题?
问题数172
打开的问题数124
拉请求数2
打开的拉请求数7
关闭的拉请求数9
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?