Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install nginx nginx-module-rtmp -y
/etc/nginx/nginx conf
:rtmp { server { listen 1935; application live { live on; } } }
nginx -s reload
firewall-cmd --add-port=1935/tcp
ffmpeg -re -i test.mp4 -f flv rtmp://ip/live