Nginx+RTMP 视频服务器
安装 Nginx
sudo apt-get update
sudo apt-get install nginx libnginx-mod-rtmp
- 验证安装
Nginx
安装完成后将会自动启动服务,可以通过systemctl status
sudo systemctl status nginx.service
Nginx
sudo apt-get update
sudo apt-get install nginx libnginx-mod-rtmp
Nginx
安装完成后将会自动启动服务,可以通过 systemctl status
sudo systemctl status nginx.service