支持 Stream Rec

This commit is contained in:
2024-07-27 18:10:05 +08:00
parent 238fbcc957
commit 9b9b692df6
15 changed files with 96 additions and 53 deletions
+38 -6
View File
@@ -2,7 +2,7 @@
Stream-rec 是一个自动录制各种直播平台的工具。
![Stream-Rec](https://github.com/hua0512/stream-rec-front/blob/master/docs/zh/dashboard.png)
![Stream-Rec](https://file.lifebus.top/imgs/stream_rec_cover.png)
## 特性
@@ -24,11 +24,43 @@ Stream-rec 是一个自动录制各种直播平台的工具。
| 虎牙 | ✅ | ✅ | `https://www.huya.com/{直播间}` |
| PandaTV | ✅ | ✅ | `https://www.pandalive.co.kr/live/play/{直播间}` |
| Twitch | ✅ | ✅ | `https://www.twitch.tv/{直播间}` |
| AfreecaTv | ❌ | ❌ | |
| Bilibili | ❌ | ❌ | |
| Niconico | ❌ | ❌ | |
| Youtube | ❌ | ❌ | |
## 安装说明
当前项目为 Stream-Rec 的后端部分,请配合前端使用。
> 默认账户
>
> 用户名:stream-rec
>
> 密码:stream-rec 或 `登录密码 (初始化)` 配置
### 必须修改配置
+ `WebSocket API 地址`
默认值:`ws://stream-rec-backend:12555/live/update`
需要获取:
+ 宿主机 IP 地址
+ 配置项 `API 端口`, 默认值:`12555`
填写格式:`ws://{宿主机 IP 地址}:{API 端口}/live/update`
### 可修改配置
+ `NextAuth 服务器地址`
默认值:`http://localhost:15275/`
需要获取:
+ 宿主机 IP 地址
+ 配置项 `WebUI 端口`, 默认值:`15275`
填写格式:`http://{宿主机 IP 地址}:{WebUI 端口}/`
### 无法修改项目
+ `API 地址`
当前部署方式为 前后端合并部署,请勿强制修改参数值。