ChangbaDevs / KTVHTTPCache

A powerful media cache framework.
MIT License
2.35k stars 435 forks source link

请问如何控制视频下载请求头的的Range? #164

Closed WindsSunShine closed 7 months ago

WindsSunShine commented 2 years ago

一般在加载视频的时候,请求头里面的range 的一般都是直接0-end 了,能不能通过什么API 来控制分段请求的rang大小?

libobjc commented 7 months ago
  1. 播放的话属于播放器行为,无法控制
  2. 预加载的话在 request header 中通过 ‘Range’ 控制