nginx 点播mp4方法
Posted DoubleLi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 点播mp4方法相关的知识,希望对你有一定的参考价值。
1.配置文件
配置文件中rtmp部分:
application vod {
play html;
}
配置文件中http部分:
location ~ .mp4$ {
root html;
mp4;
limit_conn addr 20;
limit_rate 20000k;
2.视频存放路径##
将流化后的1.mp4存放到html路径下
3.点播地址
http://127.0.0.1/1.mp4
rtmp://127.0.0.1/vod/1.mp4
以上是关于nginx 点播mp4方法的主要内容,如果未能解决你的问题,请参考以下文章
网易视频云:用Nginx搭建flv,mp4,hls流媒体服务器