Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
# 855790 (Custom) 2.5GB KVM VPS – Ticket
第一:
1、安装依赖包
- Ubuntu/Debian系统安装
apt update -y && apt install vim screen -y
- Centos系统安装
yum update -y && yum install vim screen -y
2、安装ffmpeg
- Ubuntu/Ddian系统安装ffmpeg
apt install ffmpeg
- Centos系统安装ffmpeg
yum install epel-release rpm -v --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm yum install ffmpeg ffmpeg-devel
- 检查是否安装成功
ffmpeg -version
第二:
3、下载推流脚本和上传直播视频
4、新打开一个窗口(注意:这个点很关键)
screen -S stream
5、执行运行命令(注意:这里执行的是脚本的文件名,如果文件名更改,后面的stream.sh要改为对应的文件名)
bash stream.sh
6、新打开一个页面,查找ID
screen -ls
7、然后远程detach
screen -d id
8、关闭对应的窗口
screen -X -S id quit
9、重新打开对应窗口
screen -r id
10、强制停止推流
pkill -f "ffmpeg"
参考一:
https://www.youtube.com/watch?v=dowEaHCUna4&t=609s
https://naiyous.com/4511.html