ChangbaDevs / KTVHTTPCache

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

Error Domain=KTVHTTPCache error Code=-192702 "(null)" UserInfo={totalCacheLength=581060861, currentContentLength=3140094, totlaContentLength=3268095, maxCacheLength=524288000} #130

Closed S209 closed 7 months ago

niwaguan commented 2 years ago

The video's total length greater than cache max length.

Solution:

[KTVHTTPCache cacheSetMaxCacheLength:1000 * 1024 * 1024];

libobjc commented 7 months ago

https://github.com/ChangbaDevs/KTVHTTPCache/issues/109