Skip to content

Commit

Permalink
fixes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Nov 16, 2012
1 parent ec3fe5c commit 52e3819
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Expand Up @@ -2,11 +2,11 @@
## nginx-rtmp-module


### Project blog:
### Project blog

http://rarut.wordpress.com

### Wiki manual:
### Wiki manual

https://github.com/arut/nginx-rtmp-module/wiki/Directives

Expand All @@ -16,7 +16,7 @@

https://groups.google.com/group/nginx-rtmp-ru (Russian)

### Features:
### Features

* Live streaming of video/audio

Expand Down Expand Up @@ -58,16 +58,19 @@
* Linux/FreeBSD/MacOS


### Build:
### Build

cd to NGINX source directory & run this:

./configure --add-module=<path-to-nginx-rtmp-module>
make
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]

Expand All @@ -86,7 +89,7 @@ to nginx workers. This option is toggled with
rtmp_auto_push directive.


### Example nginx.conf:
### Example nginx.conf

rtmp {

Expand Down Expand Up @@ -271,8 +274,8 @@ rtmp_auto_push directive.
}


### Multi-worker streaming example

# Multi-worker streaming
rtmp_auto_push on;

rtmp {
Expand Down

0 comments on commit 52e3819

Please sign in to comment.