github linuxserver/docker-tvheadend 09a2c71a-ls116

latest releases: d2e41b55-ls219, 128d6861-ls218, e855f62e-ls217...
2 years ago

LinuxServer Changes:

Added Intel iHD driver support.

tvheadend Changes:

iptv: Fix stream limit starting a new input on a running mux

In iptv.c:iptv_input_is_free(), if all the conf arguments are 0
(when called from input_is_enabled()), return null if the mux
associated with the input is already running. If the mux is
already running, starting a new input on it isn't going to create
a new input stream or break any bandwidth limit. This fixes an
issue where starting a new channel/input on a mux that is already
active when the maximum number of input streams are in use would
result in failure.

This function is rather dense and appears to perform multiple
different functions depending on who called it, so I had a hard
time understanding exactly what is going on. Therefore, I made
this patch in a way to be sure that it wouldn't affect how it works
in other cases than input_is_enabled(). If there is a better way
to do this, please do tell me.

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.