sysadmin/ffmpeg-nginx-streaming/README

9 lines
298 B
Plaintext
Raw Normal View History

2017-11-12 11:23:22 -05:00
1. Install nginx-rtmp from AUR
2. Replace /etc/nginx/nginx.conf
2017-11-12 11:26:25 -05:00
3. cd / ; mkdir /HLS ; cd /HLS ; mkdir live ; mkdir /var/www
4. Place index.html in /var/www
5. systemctl enable nginx ; sytemctl start nginx
6. chmod +x desktop-stream.sh
7. ./desktop-stream.sh
2017-12-02 14:57:53 -05:00
8. Test with vlc rtmp://localhost/live