n-thumann / IPTV-ReStream

An app to forward source specific multicast streams via HTTP
BSD 3-Clause "New" or "Revised" License
103 stars 36 forks source link

Add receiver timeout to StreamProvider #200

Open n-thumann opened 1 year ago

n-thumann commented 1 year ago

This PR solves https://github.com/n-thumann/IPTV-ReStream/issues/199 by adding a timeout to the StreamProvider.

IPTV-ReStream can now be run with environment variable RECEIVER_TIMEOUT specifying the number of seconds with no data received after which the connection is closed.