Skip to content

pontago/NicoMoviePlayer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

NicoMoviePlayer - A movie player for iOS based on kxmovie.

Build Instructions

First you need to configure and build FFmpeg. For this, open console and type in:

cd FFmpegBuild
rake

Build Instructions

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

pod 'CPSlider'
pod 'FontAwesomeKit'

Usage

KxMovieViewController *movieViewController = [KxMovieViewController movieViewControllerWithContentPath:path parameters:nil];
movieViewController.videoComment = @[
  @{
       @"vpos": @(0),
       @"body": @"NicoNico",
       @"position": @(COMMENT_POSITION_NORMAL),
       @"fontSize": @(COMMENT_SIZE_NORMAL),
       @"color": @(0xffffff),
    }
  ];
[self presentViewController:movieViewController animated:YES completion:NULL];

Requirements

At least iOS 7.0 and iPhone 4 (because of iOS 7 requirements).

Credits

This project uses the following 3rd party libraries:

  • kxmovie
  • CPSlider
  • FontAwesomeKit

About

overlaped comment movie player for iOS using ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published