配置文件中rmtp部分: application vod { play html; } 配置文件中http部分: location ~ .mp4$ { root html; mp4; limit_conn addr 20; limit_rate 20000k;
将流化后的1.mp4存放到html路径下
http://127.0.0.1/1.mp4 rtmp://127.0.0.1/vod/1.mp4