fixes in README

This commit is contained in:
Roman Arutyunyan 2012-11-16 17:27:35 +04:00
parent ec3fe5cdac
commit 52e3819d26

View file

@ -2,11 +2,11 @@
## nginx-rtmp-module ## nginx-rtmp-module
### Project blog: ### Project blog
http://rarut.wordpress.com http://rarut.wordpress.com
### Wiki manual: ### Wiki manual
https://github.com/arut/nginx-rtmp-module/wiki/Directives https://github.com/arut/nginx-rtmp-module/wiki/Directives
@ -16,7 +16,7 @@
https://groups.google.com/group/nginx-rtmp-ru (Russian) https://groups.google.com/group/nginx-rtmp-ru (Russian)
### Features: ### Features
* Live streaming of video/audio * Live streaming of video/audio
@ -58,7 +58,7 @@
* Linux/FreeBSD/MacOS * Linux/FreeBSD/MacOS
### Build: ### Build
cd to NGINX source directory & run this: cd to NGINX source directory & run this:
@ -66,8 +66,11 @@ cd to NGINX source directory & run this:
make make
make install make install
See this article about building nginx-rtmp with HLS support:
https://github.com/arut/nginx-rtmp-module/wiki/Building-nginx-rtmp-with-HLS-support
### RTMP URL format:
### RTMP URL format
rtmp://rtmp.example.com/app[/name] rtmp://rtmp.example.com/app[/name]
@ -86,7 +89,7 @@ to nginx workers. This option is toggled with
rtmp_auto_push directive. rtmp_auto_push directive.
### Example nginx.conf: ### Example nginx.conf
rtmp { rtmp {
@ -271,8 +274,8 @@ rtmp_auto_push directive.
} }
### Multi-worker streaming example
# Multi-worker streaming
rtmp_auto_push on; rtmp_auto_push on;
rtmp { rtmp {