Apache HTTP Server 苹果系统已经支持
Vi软件下输入命令查找支持 阿帕奇HTTP服务器文件
第一步 --- cd/etc/apache2/ + 回车
第二部 --- vi httpd.conf + 回车
;添加两种类型让服务器可以识别,有的服务器不需要第三部 --- 重启服务器命令 为: $sudo apachectl restart
第四步 ---- 将文件拷贝到目录下
-(NSURL *)movieURL{
return [NURL URLWithString: @"http: // localhost/ stream / hls / prog_index. m3u8 "];
}
-(NSURL *)movieURL {
return [NSURL URLWithString:@"http: // localhost / stream/ YY.mp3"];
}
第五部 --- 在 Mac HD --- 资源库 --- WebServer -- Document -- stream目录下
第六步 --- 打开浏览器,输入:localhost/stream/YY.mp4
第七步 --- 程序访问流媒体资源路径 : localhost/ stream/ hls / prog_index.m3u8 (localhost为真实的服务器iP地址,这是为服务器跟应用端在一台设备上这样查找流媒体片段)
客户端播放流媒体跟播放本地视频基本一样 传输速度 > 播放速度才不会卡顿
网友评论