以下是Linux系统的搭建,需要win系统下面的配置请到: http://91flv.com/help/2014-07-09/278.html
1. 下载最新版本的91视频转码软件和服务器配置文件
2. 修改配置文件nginx-1.5.10\conf\nginx.conf,增加以下行到最后一个"}"的前一行:
location /hls
{ # Serve HLS fragments types
{ application/vnd.apple.mpegurl m3u8; video/mp2t ts;
} root /temp;
add_header Cache-Control no-cache; }
同时,新建子目录:nginx-1.5.10\html\hls,把生成的m3u8和切片好的ts文件或目录拷贝到hls目录下
3. 修改配置文件nginx-1.5.10\conf\mime.types,增加以下三行:
在application/zip zip;这一行后面增加2行:
application/x-mpegURL m3u8;
application/vnd.apple.mpegurl m3u8;
在video/x-msvideo avi;行后,增加1行:
video/MP2T ts;
4. 重启ngnix.exe
5. 在你的ipad上,也可以播放啦