added example nginx.conf

This commit is contained in:
Roman Arutyunyan 2012-04-11 17:23:40 +04:00
parent b08d308ed0
commit b61d811f96

View file

@ -30,9 +30,12 @@ rtmp {
live on;
record /tmp;
record keyframes;
record_path /tmp/flv;
record_size 1000000;
record_max_size 128K;
#record_max_frames 4;
record_interval 30s;
on_publish http://localhost:8080/publish;
on_play http://localhost:8080/play;