KTVHTTPCache icon indicating copy to clipboard operation
KTVHTTPCache copied to clipboard

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

Open S209 opened this issue 5 years ago • 1 comments

S209 avatar Nov 10 '19 08:11 S209

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

Solution:

[KTVHTTPCache cacheSetMaxCacheLength:1000 * 1024 * 1024];

niwaguan avatar Oct 09 '21 10:10 niwaguan

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

libobjc avatar Jan 07 '24 09:01 libobjc