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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?