搭建7*24小时无人直播
1、安装依赖包 Ubuntu/Debian系统安装 apt update -y && apt install vim screen -y Centos系统安装 yum update -y &...
1、安装依赖包 Ubuntu/Debian系统安装 apt update -y && apt install vim screen -y Centos系统安装 yum update -y &...
闲置vps拿来推流直播,还是不错的。代码如下一、安装screendebian apt update -y && apt install screen -y 二、写入脚本 ...