Purek / bilive24h

7 * 24小时的直播间

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bilive24h

7 * 24小时的直播间

安装ffmpeg

wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar -xJf ffmpeg-release-amd64-static.tar.xz
cp -r ffmpeg-6.0-amd64-static /usr/local/ffmpeg

在~/.bashrc文件添加一行

export PATH=$PATH:/usr/local/ffmpeg

然后运行使其生效

source .bashrc

执行脚本

wget https://raw.githubusercontent.com/x-dr/bilive24h/main/bilive.sh

运行

bash bilive.sh

ps:推流地址是b站我的直播,服务器地址和串流密钥连在一起中间无需空格和逗号 1685276828190.png

About

7 * 24小时的直播间


Languages

Language:Shell 100.0%