Error Domain=KTVHTTPCache error Code=-192702 "(null)" UserInfo={totalCacheLength=581060861, currentContentLength=3140094, totlaContentLength=3268095, maxCacheLength=524288000}
S209 opened this issue · 2 comments
S209 commented
Error Domain=KTVHTTPCache error Code=-192702 "(null)" UserInfo={totalCacheLength=581060861, currentContentLength=3140094, totlaContentLength=3268095, maxCacheLength=524288000}
niwaguan commented
The video's total length greater than cache max length.
Solution:
[KTVHTTPCache cacheSetMaxCacheLength:1000 * 1024 * 1024];