iOS 在线播放网络资源

news/2024/11/29 3:43:58/

第一种:
//UIWebView 加在网络视频 在线播放  有声音

UIWebView *myWeb = [[UIWebView alloc] initWithFrame:self.view.bounds];

NSURL *url = [NSURLURLWithString:@"
http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8"];
http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8//这里也可以是 mp4

NSURLRequest *request = [NSURLRequest requestWithURL:url];

[myWeb setDelegate:self];

[myWeb loadRequest:request];

[self.view addSubview:myWeb];
第二种:

//AVPlayerLayer 播放在线视频  无声音

NSURL *sourceMovieURL = [NSURL URLWithString:@"http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"];

AVAsset *movieAsset    = [AVURLAsset URLAssetWithURL:sourceMovieURLoptions:nil];

AVPlayerItem *playerItem = [AVPlayerItem playerItemWithAsset:movieAsset];

AVPlayer *player = [AVPlayer playerWithPlayerItem:playerItem];

AVPlayerLayer *playerLayer = [AVPlayerLayer playerLayerWithPlayer:player];

playerLayer.frame = self.view.layer.bounds;

playerLayer.videoGravity = AVLayerVideoGravityResizeAspect;

[self.view.layer addSublayer:playerLayer];

转载请标明出处,黄志勇的个人博客!

[player play];
第三种:

//MPMoviePlayerController 播放在线视频  无声音

NSURL *videoURL = [NSURLURLWithString:@"https://s3.amazonaws.com/adplayer/colgate.mp4"];

MPMoviePlayerViewcontroller *moviePlayerController = [[MPMoviePlayerViewcontroller alloc] initWithContentURL:videoURL];

moviePlayerController.moviePlayer.movieSourceType = MPMovieSourceTypeFile;

moviePlayerController.moviePlayer.shouldAutoplay = YES;

//moviePlayerController.moviePlayer.controlStyle = MPMovieControlStyleNone;

[moviePlayerController.moviePlayer prepareToPlay];

[moviePlayerController.moviePlayer play];

[[NSnotificationCenter defaultCenter]

addObserver: self

selector: @selector(myMovieFinishedCallback:)

name: MPMoviePlayerPlaybackDidFinishnotification

object: moviePlayerController];

[self presentMoviePlayerViewcontrollerAnimated:moviePlayerController];


http://www.ppmy.cn/news/358060.html

相关文章

巅峰阁批量卡android,卡iPhoneQQ在线

巅峰阁批量卡iphone是一款卡iPhoneQQ在线软件,可以批量挂手机QQ,24小时稳定在线不掉,无异地登录掉线情况出现。是一款非常不错的卡iPhone在线软件,想快速升级QQ的,别错过这软件哦。 【基本介绍】 2014最新自动卡Iphone…

在线视频地址 ios播放在线视频

播放在线的网络视频 发表于 2012 年 11 月 19 日 由 logger_huang 第一种: //UIWebView 加在网络视频 在线播放 有声音 UIWebView *myWeb [[UIWebView alloc] initWithFrame:self.view.bounds]; NSURL *url [NSURLURLWithString:" http://devimages.appl…

ios:播放在线的网络视频

播放在线的网络视频 发表于 2012 年 11 月 19 日 由 logger_huang 第一种: //UIWebView 加在网络视频 在线播放 有声音 UIWebView *myWeb [[UIWebView alloc] initWithFrame:self.view.bounds]; NSURL *url [NSURLURLWithString:" http://devimages.appl…

Http Live Streaming 实现iphone在线播放视频

转载 出处:http://hi.baidu.com/lphack/blog/item/aa02f27a4de055e80bd187fa.html 本人新手,难免会出错,请各位指点! 最近要做一个项目,是通过iphone来播放工厂摄像头录制的视频达到监控设备的目的,要求可以…

【Python】Python进阶系列教程--requests 模块(十八)

文章目录 前言requests 方法 前言 往期回顾: Python进阶系列教程-- Python3 正则表达式(一)Python进阶系列教程-- Python3 CGI编程(二)Python进阶系列教程-- Python3 MySQL - mysql-connector 驱动(三&am…

机械表矢量素材分享(三眼表盘意向:过去、现在、未来)

【机械表矢量素材分享】 https://www.freepik.com/free-vec … -arrow_13031502.htm 图1是一些机械钟表的矢量素材,第1排第2列就是【三眼表盘】的矢量图案。 图2是《Charlotte》OP中的机械手表场景,表盘为【三眼表盘】。 图3是《假面骑士时王》中逢魔时…

东芝停电事件可能导致Q3闪存市场价格波动

虽然这次停电事故只有短短的13分钟,但是13分钟足以改变闪存市场的行情了,从东芝方面给出的预期来看工厂停工时间高达1个月,对东芝产能影响很大。 至于合作方西数,他们给出的损失是6EB容量的闪存没了,假如以比较主流的5…

名表依波路borel_依波路(Ernest Borel)手表_价格及图片_什么档次-金投奢侈品网-金投网...

官方网站:www.ernestborel.ch Ernest Borel(依波路)名表品牌创立于1856年,“钟表王国”瑞士纽察图,年轻的朱尔斯-波莱尔凭着缔造完善经典的信念,开始了他漫长的钟表制造生涯。1859年,他携妻弟保罗高华士创立了Borel an…