Skip to content

Commit

Permalink
feat: add liuxing live record and fix huya live
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmily committed May 7, 2024
1 parent d8e70f5 commit 0f43cb0
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 69 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [x] TwitchTV
- [x] LiveMe
- [x] 花椒直播
- [x] 流星直播
- [ ] 更多平台正在更新中

</div>
Expand Down Expand Up @@ -173,19 +174,16 @@ https://www.liveme.com/zh/v/17141543493018047815/index.html
花椒直播:
https://www.huajiao.com/user/223184650
流星直播:
https://www.7u66.com/100960
```

直播间分享地址和网页端长地址都能正常进行录制(抖音尽量用长链接,避免因短链接转换失效导致不能正常录制,而且需要有nodejs环境,否则无法转换)。

&emsp;

解析接口:

该解析接口 ~~仅供演示~~(演示接口暂时停止,后续再开放),并且只包含抖音、快手、虎牙直播的解析,其他平台如有需要请自行添加,源码在这里 [DouyinLiveRecorder/api](https://github.com/ihmily/DouyinLiveRecorder/tree/main/api)



在线播放m3u8和flv视频网站:[M3U8 在线视频播放器 ](https://jx.hmily.vip/play/),源码是 [index.html](https://github.com/ihmily/DouyinLiveRecorder/blob/main/index.html)
在线播放m3u8和flv视频网站:[M3U8 在线视频播放器 ](https://jx.hmily.vip/play/)

&emsp;

Expand Down Expand Up @@ -305,9 +303,16 @@ docker-compose stop

## ⏳提交日志

- 20240506
- 修复抖音录制画质解析bug

- 修复虎牙录制 60帧最高画质问题

- 新增流星直播录制

- 20240427
- 新增LiveMe、花椒直播录制

- 20240425
- 新增TwitchTV直播录制

Expand Down
2 changes: 1 addition & 1 deletion config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
直播保存路径(不填则默认) =
保存文件夹是否以作者区分 = 是
视频保存格式ts|mkv|flv|mp4|ts音频|mkv音频 = ts
原画|超清|高清|标清 = 原画
原画|超清|高清|标清|流畅 = 原画
是否使用代理ip(是/否) = 是
代理地址 =
同一时间访问网络的线程数 = 3
Expand Down
Loading

0 comments on commit 0f43cb0

Please sign in to comment.