Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
limitcool committed Aug 15, 2022
1 parent eae38b8 commit 3c1031c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

B站直播转播工具,,一键转播Twitch,Youtube(支持youtube预告类型直播自动转播)

```bash
# 安装必须依赖ffmpeg,Twitch及youtube都需要安装ffmpeg
# debian
apt install ffmpeg -y
# centos
yum install ffmpeg -y
# 如需转播Youtube需单独安装Yt-dlp
pip3 install yt-dlp
```



## 使用指南

```bash
Expand All @@ -13,6 +25,8 @@ B站直播转播工具,,一键转播Twitch,Youtube(支持youtube预告类型直
xz -d bilistream-v0.1.0-aarch64-linux.tar.xz
tar -xvf bilistream-v0.1.0-aarch64-linux.tar
cd bilistream-v0.1.0-aarch64-linux
# 若使用的linux版本glibc库较旧,可尝试使用linux-musl版。
# linux的编译环境版本为ubuntu-20.04,低于此版本可尝试使用linux-musl
./bilistream
# 在解压目录新建config.yaml
touch config.yaml
Expand All @@ -38,7 +52,7 @@ BiliLive:
Twitch:
# Room: maximilian_dood
Room:
# youtube 需要使用AK或者使用Yt-dlp
# youtube 需要使用Youtube API AK以及Yt-dlp
Youtube:
Room:
AccessToken:
Expand All @@ -51,4 +65,11 @@ Push:
Host: 127.0.0.1:8080
# 推送到的qq群号
Target:
```
```
### Youtube API申请地址
```bash
https://developers.google.com/youtube/v3
```

1 change: 0 additions & 1 deletion live_id.json

This file was deleted.

0 comments on commit 3c1031c

Please sign in to comment.