Skip to content

Commit 17886de

Browse files
committed
updated README
1 parent 6485716 commit 17886de

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
## nginx-rtmp-module
33

44

5-
### Project page:
5+
### Project blog:
66

7-
http://arut.github.com/nginx-rtmp-module
7+
http://rarut.wordpress.com
88

99
### Wiki manual:
1010

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

1313
### Features:
1414

@@ -19,17 +19,19 @@
1919
* Stream relay support for distributed
2020
streaming: push & pull models
2121

22-
* Recording published streams in FLV file
22+
* Recording streams in multiple FLVs
2323

2424
* H264/AAC support
2525

2626
* Online transcoding with FFmpeg
2727

2828
* HLS (HTTP Live Streaming) support;
29-
experimental; requires recent libavformat
29+
requires recent libavformat
3030
(>= 53.31.100) from ffmpeg (ffmpeg.org)
3131

32-
* HTTP callbacks on publish/play/record
32+
* HTTP callbacks (publish/play/record etc)
33+
34+
* Running external programs on certain events (exec)
3335

3436
* Advanced buffering techniques
3537
to keep memory allocations at a minimum
@@ -44,6 +46,8 @@
4446
* Statistics in XML/XSL in machine- & human-
4547
readable form
4648

49+
* Linux/FreeBSD/MacOS
50+
4751

4852
### Build:
4953

@@ -197,7 +201,7 @@ rtmp_auto_push directive.
197201
}
198202

199203

200-
# HLS (experimental)
204+
# HLS
201205

202206
# HLS requires libavformat & should be configured as a separate
203207
# NGINX module in addition to nginx-rtmp-module:

0 commit comments

Comments
 (0)