Hello,
with kodi 17 live tv stutter because HW acceleration is no used on some devices (tested with amlogic based STB). Kodi team acknowledged this problem and filled a bug:
http://trac.kodi.tv/ticket/17069
"Short term, less intrusive: The ffmpeg based hw accelerators have a decoder context that tracks the decoder instances. They need this because ffmpeg opens new decoders midstream or on seeks. If a decoder like DXVA on old AMD does not support multiple instances, the kodi instance of the decoder closes the connection to the hw resources, that the new instance can open it. The old instance will be still around until last decoded frame got rendererd or discarded."
Should this be fixed on tvheadend addon or on Kodi itself?