配置rtmp{……}
rtmp {
server {
listen 1935;
chunk_size 4096;
application vod {
play /usr/local/nginx/html/liverecord;
}
}
}
配置 http {……}
http {
include mime.types;
default_type application/octet-stream;
sendfile on;
tcp_nopush on;
keepalive_timeout 65;
server {
listen 80;
server_name localhost;
location / {
root html;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
}
在/usr/local/nginx/html/liverecord 目录 存放source.200kbps.768x320.flv 文件
VLS 点播地址:rtmp://192.168.1.152/vod/source.200kbps.768x320.flv