updated README

This commit is contained in:
Roman Arutyunyan 2012-09-25 09:05:06 +04:00
parent 6485716fb4
commit 17886deadd

View file

@ -2,13 +2,13 @@
## nginx-rtmp-module ## nginx-rtmp-module
### Project page: ### Project blog:
http://arut.github.com/nginx-rtmp-module http://rarut.wordpress.com
### Wiki manual: ### Wiki manual:
https://github.com/arut/nginx-rtmp-module/wiki https://github.com/arut/nginx-rtmp-module/wiki/Directives
### Features: ### Features:
@ -19,17 +19,19 @@
* Stream relay support for distributed * Stream relay support for distributed
streaming: push & pull models streaming: push & pull models
* Recording published streams in FLV file * Recording streams in multiple FLVs
* H264/AAC support * H264/AAC support
* Online transcoding with FFmpeg * Online transcoding with FFmpeg
* HLS (HTTP Live Streaming) support; * HLS (HTTP Live Streaming) support;
experimental; requires recent libavformat requires recent libavformat
(>= 53.31.100) from ffmpeg (ffmpeg.org) (>= 53.31.100) from ffmpeg (ffmpeg.org)
* HTTP callbacks on publish/play/record * HTTP callbacks (publish/play/record etc)
* Running external programs on certain events (exec)
* Advanced buffering techniques * Advanced buffering techniques
to keep memory allocations at a minimum to keep memory allocations at a minimum
@ -44,6 +46,8 @@
* Statistics in XML/XSL in machine- & human- * Statistics in XML/XSL in machine- & human-
readable form readable form
* Linux/FreeBSD/MacOS
### Build: ### Build:
@ -197,7 +201,7 @@ rtmp_auto_push directive.
} }
# HLS (experimental) # HLS
# HLS requires libavformat & should be configured as a separate # HLS requires libavformat & should be configured as a separate
# NGINX module in addition to nginx-rtmp-module: # NGINX module in addition to nginx-rtmp-module: