sonroyaalmerol / m3u-stream-merger-proxy

A lightweight HTTP proxy server dockerized for consolidating and streaming content from multiple IPTV M3U playlists, acting as a load balancer between provided sources.
https://hub.docker.com/r/sonroyaalmerol/m3u-stream-merger-proxy
12 stars 1 forks source link

Use the M3U index as concurrency index and generalize regex parsing #13

Closed sonroyaalmerol closed 4 months ago

sonroyaalmerol commented 4 months ago

Currently, the concurrency index is set to each of the streams per m3u file individually. This doesn't make sense as the concurrency limit is usually set to each of the m3u files and not the streams within the m3u files.

Also, current regex parsing does not take into account those m3u attributes that doesn't follow the standards.