updated README

This commit is contained in:
Roman Arutyunyan 2012-03-20 08:15:09 +04:00
parent 1e9a7e6efc
commit 50df6be855

11
README
View file

@ -14,6 +14,15 @@ NGINX-based RTMP server
(see examples in test/ subdir)
Build:
cd to NGINX source directory & run this:
./configure --add-module=<path-to-nginx-rtmp-module> --with-debug
make
make install
Example nginx.conf:
@ -32,5 +41,3 @@ rtmp {
}
}
(c) 2012 Roman Arutyunyan