docker-nginx-rtmp is a containerized streaming server that combines NGINX with the RTMP module to enable live video broadcasting and streaming workflows. It allows users to ingest RTMP streams and convert them into formats such as HLS for playback in web browsers. The project simplifies deployment by packaging all dependencies into Docker images, making it easy to run on various environments without manual configuration. It supports use cases such as live streaming, video relay, and content distribution networks. The system can be configured to handle multiple streams and output endpoints, enabling scalable streaming architectures. It also integrates FFmpeg for transcoding and stream processing when needed. Overall, it provides a straightforward and flexible solution for building live streaming infrastructure.
Features
- RTMP streaming server based on NGINX
- Conversion to HLS for browser playback
- Docker-based deployment for easy setup
- Support for multiple concurrent streams
- Integration with FFmpeg for transcoding
- Configurable streaming endpoints and workflows