HLSCachingReverseProxyServer
HLSCachingReverseProxyServer copied to clipboard
A simple local reverse proxy server for HLS segment cache
[ERROR] Failed binding IPv4 listening socket: Address already in use (48) Showing the above error when trying to call the method. Please help here
proxyServer 在urlSession.dataTask 中是否可以把流数据导入 player 进行播放
Hello, I am trying to cache multiple videos but only a couple of seconds in the beginning. Is it possible?
Hi, Thanks for your library But I have faced issues when implementing as your guide. let server = HLSCachingReverseProxyServer() I get error like this. Missing arguments for parameters 'webServer', 'urlSession',...
when app is killed and then restart the caching is becoming invalid, how to solve this problem ?
Suggested by @wplong11
For example: ``` pod 'HLSCachingReverseProxyServer/GCDWebServer' pod 'HLSCachingReverseProxyServer/swifter' ```
If i try to cache multiple videos in a row, it looks like they download in order one after another. Is there a way to access a specific video in...