File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 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
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
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:
You can’t perform that action at this time.
0 commit comments