增加配置说明

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-08-02 18:26:48 +08:00
parent 2ef2c8c788
commit bd6c2b97d9
60 changed files with 702 additions and 22 deletions
+13 -7
View File
@@ -4,6 +4,8 @@ Stream-rec 是一个自动录制各种直播平台的工具。
![Stream-Rec](https://file.lifebus.top/imgs/stream_rec_cover.png)
![Static Badge](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 特性
基于 Kotlin, Ktor, 和 ffmpeg。
@@ -17,13 +19,13 @@ Stream-rec 是一个自动录制各种直播平台的工具。
## 直播平台支持列表
| 平台 | 录制 | 弹幕 | 链接格式 |
|-----------|----|----|-----------------------------------------------|
| 抖音 | ✅ | ✅ | `https://www.live.douyin.com/{抖音id}` |
| 斗鱼 | ✅ | ✅ | `https://www.douyu.com/{直播间}` |
| 虎牙 | ✅ | ✅ | `https://www.huya.com/{直播间}` |
| PandaTV | ✅ | ✅ | `https://www.pandalive.co.kr/live/play/{直播间}` |
| Twitch | ✅ | ✅ | `https://www.twitch.tv/{直播间}` |
| 平台 | 录制 | 弹幕 | 链接格式 |
|---------|----|----|-----------------------------------------------|
| 抖音 | ✅ | ✅ | `https://www.live.douyin.com/{抖音id}` |
| 斗鱼 | ✅ | ✅ | `https://www.douyu.com/{直播间}` |
| 虎牙 | ✅ | ✅ | `https://www.huya.com/{直播间}` |
| PandaTV | ✅ | ✅ | `https://www.pandalive.co.kr/live/play/{直播间}` |
| Twitch | ✅ | ✅ | `https://www.twitch.tv/{直播间}` |
## 安装说明
@@ -64,3 +66,7 @@ Stream-rec 是一个自动录制各种直播平台的工具。
+ `API 地址`
当前部署方式为 前后端合并部署,请勿强制修改参数值。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)