Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

优化在线播放的缓冲 #481

Open
3 tasks
Him188 opened this issue Jun 23, 2024 · 0 comments · Fixed by #471
Open
3 tasks

优化在线播放的缓冲 #481

Him188 opened this issue Jun 23, 2024 · 0 comments · Fixed by #471
Labels
M 重要优先级 s: player 子系统: 视频播放器

Comments

@Him188
Copy link
Member

Him188 commented Jun 23, 2024

感觉可能最好还是换用我们自己写下载和缓冲吧, 各个播放器的实现都不是很好 (而且也无法获取进度之类的)

可以跟种子一样, 分区块. 每 1MB 是一个区块. 当播放器请求某个字节位置时, 就去下载这个区块然后存到文件系统.

  • 支持断线重连
  • 考虑使用边下边存模式, 下载数据存储到文件中,
  • 考虑未来能扩展支持缓存功能 #缓存

得看看有没有库

Fixes #473

@Him188 Him188 added s: player 子系统: 视频播放器 t: meta issue 类型: 一类问题的综合归纳 M 重要优先级 labels Jun 23, 2024
@Him188 Him188 linked a pull request Jul 7, 2024 that will close this issue
1 task
@Him188 Him188 reopened this Jul 7, 2024
@Him188 Him188 removed the t: meta issue 类型: 一类问题的综合归纳 label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M 重要优先级 s: player 子系统: 视频播放器
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant