#正常输出如下 BililiveRecorder.Cli A Stream Recorder For Bilibili Live
Usage: BililiveRecorder.Cli [options] [command]
Options: --version Show version information -?, -h, --help Show help and usage information
Commands: r, run <path> Run BililiveRecorder in standard mode p, portable <output-path> <room-ids> Run BililiveRecorder in config-less mode configure <path> Interactively configure config.json tool Run Tools
在目标路径载入配置文件,这里以/root/Recorder为例,需要先创建对应文件夹。
1
./BililiveRecorder.Cli configure /root/Recorder
然后进入配置页
1 2 3 4 5 6 7 8
List rooms #列出已配置的房间号 > Add room #添加房间 Delete room #删除房间 Update room config #更新房间配置 Update global config #更新全局配置 Update JSON Schema #更新JSON结构 Exit and discard all changes #不保存退出 Save and Exit #保存退出
选择第二项添加房间
1 2 3 4 5 6 7 8 9 10 11
#在后面输入房间号(live.bilibili.com/后面的数字就是房间号),输入0取消 #https://live.bilibili.com/22333522 (type 0 to cancel) Roomid: 22333522
#开播时自动录制,输入y开启 Enable auto record? [y/n] (y):
#添加完成 Room 22333522 added to config (type 0 to cancel) Roomid: #输入0回主界面