Roman Arutyunyan 3980a59237 added access control
2012-03-21 19:08:59 +04:00
2012-03-18 02:18:21 +04:00
2012-03-21 19:08:59 +04:00
2012-03-21 19:08:59 +04:00
2012-03-21 19:08:59 +04:00
2012-03-21 19:08:59 +04:00
2012-03-21 19:08:59 +04:00
2012-03-18 17:09:19 +04:00
2012-03-18 17:09:19 +04:00
2012-03-21 19:08:59 +04:00
2012-03-21 19:08:59 +04:00
2012-03-20 08:16:04 +04:00
2012-03-21 19:08:59 +04:00

==nginx-rtmp-module==

NGINX-based RTMP server

* Live streaming of video/audio

* Advanced buffering techniques
  to keep memory allocations at a minimum
  level for faster streaming and low
  memory footprint

* Works with Flash RTMP clients as well as
  ffmpeg/rtmpdump/flvstreamer etc
  (see examples in test/ subdir)


Build:

cd to NGINX source directory & run this:

./configure --add-module=<path-to-nginx-rtmp-module>
make
make install


Example nginx.conf:


rtmp {

    server {

        listen 1935;

        wait_key_frame on;

        chunk_size 128;

        max_buf 1000000;

    }
}

Description
NGINX-based Media Streaming Server
Readme BSD-2-Clause 4.4 MiB
Languages
C 98.3%
XSLT 1.4%
HTML 0.3%