Unleash Your Server Potential with Expert Insights
Over $120 Million in Payouts!Sponsored by: FundingTicks
Sponsored by: FundingTicks
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