KTVHTTPCache
KTVHTTPCache copied to clipboard
A powerful media cache framework.
同时请求5个数据
Working retain 和Working release 个数不匹配,Release 比reatin 少几个
fix ``` #if __has_include() #import #else #import "GCDAsyncSocket.h" #endif ```
[HTTPConnection continueSendingMultiRangeResponseBody]
``` - (void)applicationDidEnterBackground { if (self.server.numberOfHTTPConnections > 0) { KTVHCLogHTTPServer(@"%p, enter background", self); [self beginBackgroundTask]; } else { KTVHCLogHTTPServer(@"%p, enter background and stop server", self); [self stopInternal]; } } ```...
1、url是原地址,还是代理地址啊? 2、加入url是视频地址,视频观看完,会把整个视频缓存到本地吗,缓存会压缩大小吗 谢谢
如遇无法播放的 URL,可贴在此处。
使用RTMP地址 报错
Hi, thanks for your job, a question, where is managed the URLSession didReceiveChallenge for the NSURLSessionAuthChallenge ? I have an error with the SSL certificate. Thanks. m.
大神,你好:最近在研究你的代码,中间发现这个地方少了,一个字母,有强迫症的我,弱弱的提一下, NSDictionary * KTVHCRangeFillToRequestHeaders(KTVHCRange range, NSDictionary *eaders); headers吧,应该是