完整版视频地址:https://developer.aliyun.com/live/253523
操作系统:Ubuntu 204 64位 UEFI版
录播安装命令:
∙ 更新
◦ sudo apt update
∙ 安装Python3
◦ 确认是否已安装:python3 -V
◦ 没有安装就执行:sudo apt install python3-dev
∙ pip3
◦ 确认是否已安装:pip3 -V
◦ 没有安装就执行:sudo apt install python3-pip
∙ 安装ffmpeg
◦ 进行安装:sudo apt install ffmpeg
◦ 安装后确认是否已安装:ffmpeg -version
∙ 安装nodejs
◦ 进行安装:sudo apt install nodejs
◦ 安装后确认是否已安装:node -v
∙ 安装biliup
◦ 进行安装:sudo pip3 install biliup
◦ 安装后确认是否已安装:biliup --version
config.toml配置文件:
[streamers."自定义名字"]
url = ["网址"]
上传B站前的安装命令:
wget -O biliupR.tar.xz https://github.com/biliup/biliup-rs/releases/download/v0.19/biliupR-v0.19-x86_64-linux.tar.xz tar -xvf biliupR.tar.xz mv -fb ./biliupR*/* ./ rm -rf ./biliupR*