KTVHTTPCache
KTVHTTPCache copied to clipboard
Error Domain=KTVHTTPCache error Code=-192702 "(null)" UserInfo={totalCacheLength=581060861, currentContentLength=3140094, totlaContentLength=3268095, maxCacheLength=524288000}
The video's total length greater than cache max length.
Solution:
[KTVHTTPCache cacheSetMaxCacheLength:1000 * 1024 * 1024];
https://github.com/ChangbaDevs/KTVHTTPCache/issues/109