JinPlayer 1.0.6

JinPlayer 1.0.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2016

Maintained by wangjinwei0806.



JinPlayer 1.0.6

  • By
  • wangjinwei

播放的是时候,强制横屏,其他页面不会横屏,乐视,爱奇艺,类似的播放器..主要参考KRVideoPlayer和其他的例子,中和而成,可以快进,亮度调整,UI 完成可以自定义..

Screenshots

image

以下 app 就是用的这个

微窗口(精品,简单)

Requirements

iOS >= 6.0

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Create player:

 MyPlayer *my=[[MyPlayer alloc] init];

Set video path:

 my.videoUrl=url;

Set video title:

my.videoTitle=@"测试";

Show it:

[self presentViewController:my animated:NO completion:^{
    }];

Installation

Examples-> podfile

platform :ios, '8.0'
target 'Examples' do
  pod 'JinPlayer', '~> 1.0.0'
end

Manually from GitHub

1.Download the pod files in th Source directory

2.Add files to your Xcode project.

3.#import MyPlayer.h wherever you want to use the API.

License

JinPlayer is available under the MIT license. See the LICENSE file for more info.