HLSCachingReverseProxyServer
HLSCachingReverseProxyServer copied to clipboard
when app is killed and then restart the caching is becoming invalid, how to solve this problem ?
when app is killed and then restart the caching is becoming invalid, how to solve this problem ?
Did you use disk cache?
@Yinjianhua472392556 How to initialise HLSCachingReverseProxyServer Object ?
HLSCachingReverseProxyServer(webServer: <#GCDWebServer#>, urlSession: <#URLSession#>, cache: <#PINCaching#>)
how to pass webServer, urlSession, cache object in init method
@Yinjianhua472392556 you can make a breakpoint at private func addSegmentHandler and see what issue you got.