github linuxserver/docker-tvheadend b8710206-ls115

latest releases: 28de5c09-ls230, 28de5c09-ls229, 9ac57a0c-ls228...
2 years ago

LinuxServer Changes:

Added Intel iHD driver support.

tvheadend Changes:

Improve the performance of updating the pid filter table in hdhomerun digital tuners.

  • Construct the compact list of pids formatted for the hdhomerun and handle edge cases.
  • For each call to tvhdhomerun_frontend_update_pids(...), only issue one set_tuner_filter call to the hdhomerun.
  • Turn off pids when done using them.
  • Handle the rare case where the requested list of pids does not fit in to the fixed length buffer by enabling all pids, excluding the NULL pid.

Previously, calls to update the pids would generate get_tuner_filter and set_tuner_filter calls for each individual pid.
Also, while a tuner was allocated, pids would never be freed up from the hdhomerun filter table even when they were no longer needed.
And if the list of requested pids had exceeded the fixed length buffer, then not all the requested pids would be properly enabled.

Very noticeably, in cases where the number of pids is large enough, very frequent pid updates would overload the hdhomerun causing it to
drop bursts of program data (mpegts broadcast packets) every several seconds on all tuners for the duration of the rapid pid updates
(reproducible on the HDHR4-2US model).

Don't miss a new docker-tvheadend release

NewReleases is sending notifications on new releases.