Skip to content

Instantly share code, notes, and snippets.

@ursachec
Created March 9, 2013 23:57
Show Gist options
  • Save ursachec/5126393 to your computer and use it in GitHub Desktop.
Save ursachec/5126393 to your computer and use it in GitHub Desktop.
CGRect frame = CGRectMake(0, 0, 300, 300);
NSURL* videoURL = [NSURL URLWithString:@"https://devimages.apple.com.edgekey.net/resources/http-streaming/examples/bipbop_4x3/bipbop_4x3_variant.m3u8"];
CVUMoviePlayerView* moviePlayerView = [[CVUMoviePlayerView alloc] initWithFrame:frame videoURL:videoURL];
[self.view addSubview:moviePlayerView];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment