a72476a786275e51c8aac1cc26f6e9537a4236eb
Project Overview
This project provides a Bash script install_nginx_rtmp.sh to set up an Nginx server with the RTMP module, enabling live streaming on Twitch and YouTube. It also includes firewall configuration for server security.
Installation & Usage
Prerequisites
- An Debian server with root access
- Twitch and YouTube stream keys
- IP address of the machine authorized to publish and read the stream
Installation
-
Run the script as root:
sudo bash install_nginx_rtmp.shFollow the on-screen instructions.
Usage
-
Configure your streaming software (e.g., OBS) to send the RTMP stream to:
rtmp://<server_ip_address>/liveThe stream will be automatically broadcast on Twitch and YouTube.
-
Play the stream locally on VLC:
- Go to
Media > Open Network Stream... - Enter
rtmp://<server_ip_address>/live
- Go to
Important Notes
- Ensure ports 1935 and 22 are open in your external firewall.
- This script is an example; adapt it to your specific needs.
- Live streaming consumes significant bandwidth.
Description
Git repository description for an auto-installation multistream RTMP script for Debian 12.
Languages
Shell
100%