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
29 stars 3 forks source link

Customizable option for fallback stream when all connections are exhausted #19

Closed sonroyaalmerol closed 6 months ago

sonroyaalmerol commented 7 months ago

Add a EXHAUSTED_IMAGE env var to add a customizable image that will render as the outgoing stream if all streams from the M3U failed/are exhausted.

Notes: Might probably need to add ffmpeg as a dependency to the Docker container

sonroyaalmerol commented 6 months ago

Having a lightweight image is a priority. Adding ffmpeg is a big enough dependency to not go through for a feature as simple as this. Will revisit if ffmpeg will be added to the image due to a bigger feature request.