Releases: synctv-org/synctv
Releases · synctv-org/synctv
Version 0.7.10
v0.7.10 fix: case
Version 0.7.9
Fix:
- 代理缓存处理416
- 添加视频的header
- code 200也可能是range resp
Version 0.7.8
- 视频切片缓存
- 通过配置文件
proxy_cache_path
配置缓存文件路径,为空则使用内存缓存,env: SERVER_PROXY_CACHE_PATH
- 通过配置文件
proxy_cache_size
配置最大缓存大小,如10GB
500MB
,env: SERVER_PROXY_CACHE_SIZE
- 在后台视频代理中选择开启视频代理
- 通过配置文件
Version 0.7.7
feat: slice cache (#250) * feat: slice cache * feat: slice cache 200 code * fix: 200 cache * feat: file cache * feat: file cache auto clean * fix: push rtmp
Version 0.7.6
v0.7.6 fix: dockerfile
Version 0.7.5
v0.7.5 fix: pre get m3u8 file in token
Version 0.7.4
v0.7.4 fix: init settings
Version 0.7.3
v0.7.3 fix: err not fount type
Version 0.7.2
v0.7.2 fix: m3u8 data path
Version 0.7.1
主要更新:
- 功能增强: 房间热度列表。
- 功能增强: 添加了检查用户是否已加入房间的功能,并优化了错误处理机制。
- 功能增强: 实现了退出房间的功能。
- 代码重构: 优化了房间缓存机制。
- 问题修复: 安全地删除房间成员,包括删除创建者成员记录。
- 问题修复: 解决了OAuth2回调类型缺失的问题,并将其写入header。
- 优化: OAuth2回调类型现在写入header。
Key Updates:
- Feature Enhancement: Room hot list.
- Feature Enhancement: Added functionality to check if a user has joined a room and improved error handling.
- Feature Enhancement: Implemented the functionality to exit a room.
- Code Refactoring: Optimized the room caching mechanism.
- Bug Fix: Safely delete room members, including deleting the creator member record.
- Bug Fix: Fixed the issue of missing OAuth2 callback type and added it to the header.
- Optimization: OAuth2 callback type is now written to the header.