Bililive-go是一个支持多种直播平台的直播录制工具
- 2024-10-07
- 阅读:275
Bililive-go支持多平台直播录制的神器,自动监控,无人值守,自动录制,支持原画质录制,享受高清体验哦
Windows版本安装
从FFmpeg Builds下载压缩包,将其中bin/ffmpeg.exe
解压出来备用
- 32位系统下载
bililive-windows-386.zip
,并解压 - 64位系统下载
bililive-windows-amd64.zip
,并解压
之后将ffmpeg.exe
复制到和bililive-go
同一目录下
双击 bililive-windows-amd64.exe 执行将使用和 exe 文件在同一目录下的 config.yml
文件作为默认配置文件启动程序。
也可以执行
./bililive-windows-amd64 -c ./config.yml
使用指定的配置文件来启动
macOS
macOS下推荐使用brew
来安装ffmpeg
-
安装
brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
安装
ffmpeg
brew install ffmpeg
打开Bililive-go Releases,选择bililive-go-darwin-amd64.7z
下载并解压
双击 bililive-linux-amd64 执行将使用和程序在同一目录下的 config.yml
文件作为默认配置文件启动程序。
也可以执行
./bililive-linux-amd64 -c ./config.yml
使用指定的配置文件来启动
部分评论