Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiaoshouzi/BiliBiliLiveAutoRec

自动录播脚本
https://github.com/qiaoshouzi/BiliBiliLiveAutoRec

bilibili-live

Last synced: 12 days ago
JSON representation

自动录播脚本

Awesome Lists containing this project

README

        

# BiliBiliLiveAutoRec

自动录播脚本

```yaml
logsPath: ./logs/ #日志路径

ffmpeg:
name: ffmpeg #启动ffmpeg的命令
outPath: ./tmp/ #临时输出路径
videoPath: ./video/ #视频保存路径

SendMessage:
ServerChanSendKey: #ServerChan密钥
DingDing:
accessToken: #钉钉accessToken
secret: #钉钉加签密钥

liveList:
000000: #UID
name: XXXXXX #名称
mid: 000000 #UID
rid: 111111 #直播间号
```