euzu / m3u-filter

m3u-filter (iptv filter) is an application which can filter/rename/map entries out of a playlist in M3U / XTREAM format and can save/serve it as m3u, xtream or kodi format. It can be used as reverse or redirect proxy for xtream.
MIT License
83 stars 8 forks source link

shared proxy using some kind of pool/ ram caching/ proxying #116

Open aniel300 opened 2 weeks ago

aniel300 commented 2 weeks ago

the idea is to use only 1 cxn back to the provider when watching the same channel from 2 or more clients using proxy: reverse. right now if u watch the same channel from 2 or more clients, each client will requires a cxn back to the provider. more info on this here: https://github.com/euzu/m3u-filter/discussions/112 and https://github.com/sonroyaalmerol/m3u-stream-merger-proxy/issues/164

aniel300 commented 2 weeks ago

can u also take a look at this? https://github.com/euzu/m3u-filter/issues/117