Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
withsalt authored Apr 22, 2021
1 parent 62ca9b5 commit 71b6cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nano appsettings.json
}
```

由于推流方式不同以及FFmpeg配置的多边性,这里采用直接填写推流命令的方式。建议填写之前先测试推流命令能否正确执行。默认的推流命令设配树莓派官方系统,其它系统可能不适用,需要自己修改。
由于推流方式不同以及FFmpeg配置的多边性,这里采用直接填写推流命令的方式。建议填写之前先测试推流命令能否正确执行。默认的推流命令设配树莓派官方系统,且摄像头设备为‘/dev/video0’,其它系统可能不适用,需要自己修改。

推流命令(FFmpegCmd)中的“[[URL]]”,是一个配置符号,将在程序中被替换为获取到的Bilibili推流地址,所以一定要在最终命令中,把测试文件或者地址修改为 “[[URL]]”(URL大写) ,否则程序将抛出错误。推流命令中注意半角双引号需要用符号‘\’来进行转义。

Expand All @@ -80,7 +80,7 @@ sudo ./BilibiliLiver
配置系统服务等,可以查看:https://www.quarkbook.com/?p=733

#### 直播分区
开播时需要将ID填写到LiveSetting.json中的LiveCategory中
开播时需要将ID填写到LiveSetting中的LiveCategory中。请注意正确填写分区ID,不然会有被封的风险

| ID | 分类名称 | 分区名称 |
| :------------ | :------------ | :------------ |
Expand Down

0 comments on commit 71b6cb4

Please sign in to comment.