All Projects → 36Kr-Mobile → Krvideoplayer

36Kr-Mobile / Krvideoplayer

Licence: mit
类似Weico的播放器,支持竖屏模式下全屏播放

Programming Languages

objective c
16641 projects - #2 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language

KRVideoPlayer

CI Status Version License Platform

Screenshot

screenshot

Notice

This project hasn's been maintained

Usage

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

Create player and set frame:

self.videoController = [[KRVideoPlayerController alloc] initWithFrame:CGRectMake(0, 0, width, width*(9.0/16.0))];

Set video path:

self.videoController.contentURL = url;

Show it:

[self.videoController showInWindow];

Requirements

iOS >= 6.0 <= 8.0

Installation

KRVideoPlayer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "KRVideoPlayer"

Author

Programming by aidenluo

Design by cheyi

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].