added record_unique note to README

This commit is contained in:
Roman Arutyunyan 2012-06-20 18:38:50 +04:00
parent 5493fad47d
commit d21a240b12

3
README
View file

@ -76,6 +76,9 @@ rtmp {
record_path /tmp/av;
record_max_size 1K;
# append current timestamp to each flv
#record_unique on;
# publish only from localhost
allow publish 127.0.0.1;
deny publish all;