From 1f28c1579832812cff5dc8ee321f42cc07a40284 Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Wed, 25 Sep 2013 13:27:31 +0800 Subject: [PATCH] IJKVideoViewController: change test --- ios/IJKMediaDemo/IJKMediaDemo/IJKVideoViewController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/IJKMediaDemo/IJKMediaDemo/IJKVideoViewController.m b/ios/IJKMediaDemo/IJKMediaDemo/IJKVideoViewController.m index 574bfed2..99ff1210 100644 --- a/ios/IJKMediaDemo/IJKMediaDemo/IJKVideoViewController.m +++ b/ios/IJKMediaDemo/IJKMediaDemo/IJKVideoViewController.m @@ -38,10 +38,10 @@ [[UIApplication sharedApplication] setStatusBarHidden:YES]; [[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeLeft animated:NO]; - NSURL *theMovieURL = [NSURL URLWithString:@"rtsp://l.m.cztv.com:554/hdmi/hntv1hd.stream"]; + // NSURL *theMovieURL = [NSURL URLWithString:@"rtsp://l.m.cztv.com:554/hdmi/hntv1hd.stream"]; // NSURL *theMovieURL = [NSURL URLWithString:@"http://edge.v.iask.com/113820563.hlv?KID=sina,viask&Expires=1380124800&ssig=iswfgpZ1Jp"]; // NSURL *theMovieURL = [NSURL URLWithString:@"http://edge.v.iask.com/115380070.hlv?KID=sina,viask&Expires=1380124800&ssig=s5khawIcuO"]; - // NSURL *theMovieURL = [NSURL URLWithString:@"http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"]; + NSURL *theMovieURL = [NSURL URLWithString:@"http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"]; // self.player = [[IJKMPMoviePlayerController alloc] initWithContentURL:theMovieURL]; self.player = [[IJKFFPlayerController alloc] initWithContentURL:theMovieURL]; -- GitLab