forked from arut/nginx-rtmp-module
-
Notifications
You must be signed in to change notification settings - Fork 0
NGINX-based Media Streaming Server
License
anba8005/nginx-rtmp-module
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
==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; } }
About
NGINX-based Media Streaming Server
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 61.6%
- C 38.4%