GithubHelp home page GithubHelp logo

guiplayerview's People

Contributors

guilhermearaujo avatar ittus avatar wujichao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

guiplayerview's Issues

I can't play the video in Xcode8

Hello, I use your frame in Xcode7 and it is normal,but in Xcode8 it can't play the video. I don't know why, I need your help. Thanks.

实例不能被销毁

创建之后不管是用weak引用还是strong引用,实例一直都在,无法被销毁。

Icons in player

Hi,

Thanks for this wonderful player.

Icons in player doesn't show.
simulator screen shot 05 nov 2015 21 31 12

In my project I've added resources into xcassets and it works great.

Chears!

InterfaceOrientation bug

@guilhermearaujo
Hi! i have i bug.

when

  • (void)playerWillEnterFullscreen {
    [[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:NO];
    }
  • (void)playerWillLeaveFullscreen {
    [[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait animated:NO];
    }

But the keyboard is portrait

like this gif:
guiplayerviewbug

Using mainBundle

Is it possible to use something like NSString *thePath = [NSBundle mainBundle] pathForResource @"BigBuckBunny.mp3" ofType:@"mp4"]; in the GUIPlayerView instead of a remote URL? I'm trying to write this into an app that doesn't use the internet. Thank you!

I've made changes to the ViewController.m file but I'm getting a couple of obvious errors in the GUIPlayerView.m file, for example the AVURLAsset section.

Thanks!

Stop video when another start

I have an array of url's in tableview.
when i select another video the previous don't stop.
how to fix it?

  • (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

    NSLog(@"selected tableview row is %ld",(long)indexPath.row);
    NSLog(@"%@",itemArray);

    NSDictionary *item = [itemArray objectAtIndex:indexPath.row];
    NSURL * urlStream = [NSURL URLWithString:[item objectForKey:@"url"]];
    [playerView setVideoURL:urlStream];
    [playerView prepareAndPlayAutomatically:YES];

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.