Skip to content

Releases: synctv-org/synctv

Version 0.7.10

16 Nov 04:09
Compare
Choose a tag to compare
v0.7.10

fix: case

Version 0.7.9

02 Nov 13:57
Compare
Choose a tag to compare

Fix:

  • 代理缓存处理416
  • 添加视频的header
  • code 200也可能是range resp

Version 0.7.8

02 Nov 04:54
Compare
Choose a tag to compare
  • 视频切片缓存
    • 通过配置文件 proxy_cache_path 配置缓存文件路径,为空则使用内存缓存,env: SERVER_PROXY_CACHE_PATH
    • 通过配置文件 proxy_cache_size 配置最大缓存大小,如 10GB 500MBenv: SERVER_PROXY_CACHE_SIZE
    • 在后台视频代理中选择开启视频代理

Version 0.7.7

01 Nov 19:10
4058e6f
Compare
Choose a tag to compare
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

30 Oct 12:44
Compare
Choose a tag to compare
v0.7.6

fix: dockerfile

Version 0.7.5

23 Oct 17:57
Compare
Choose a tag to compare
v0.7.5

fix: pre get m3u8 file in token

Version 0.7.4

16 Oct 10:08
Compare
Choose a tag to compare
v0.7.4

fix: init settings

Version 0.7.3

14 Oct 12:42
Compare
Choose a tag to compare
v0.7.3

fix: err not fount type

Version 0.7.2

13 Oct 13:07
Compare
Choose a tag to compare
v0.7.2

fix: m3u8 data path

Version 0.7.1

13 Oct 03:21
Compare
Choose a tag to compare

主要更新:

  • 功能增强: 房间热度列表。
  • 功能增强: 添加了检查用户是否已加入房间的功能,并优化了错误处理机制。
  • 功能增强: 实现了退出房间的功能。
  • 代码重构: 优化了房间缓存机制。
  • 问题修复: 安全地删除房间成员,包括删除创建者成员记录。
  • 问题修复: 解决了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.