Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 524 Bytes

readme.md

File metadata and controls

24 lines (13 loc) · 524 Bytes

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

Background

the kxmovie for cocoapods

Instation

pod 'kxmovie', '0.0.1'

Usage

import header file

#import "KxMovieViewController.h"

For play movies:

ViewController *vc;

vc = [KxMovieViewController movieViewControllerWithContentPath:path parameters:nil];

[self presentViewController:vc animated:YES completion:nil];