2021-11-04, 02:52 PM
Hi Martin,
While watching live TV with Kodi 19.3 I found that when viewing "Player process info" the player was using SW decoding instead of HW decoding for the video stream on an HD channel (1280x720). Only a channel with a video stream of 1920x1080 was HW decoded. I found that Kodi 18.9 loaded on the same device always used HW decoding, even SD channels would be HW decoded.
After some comparison of the userdata files in the kodi folder, I discovered that in the file "decoderfilter.xml" the settings for mpeg2 were different. This line "<min-height>0</min-height>" was changed to "<min-height>720</min-height>" in Kodi 19 and up. Changing this line back to "<min-height>0</min-height>" caused HW decoding to be used for all live TV video streams.
So, my question is were those settings changed for a reason in "decoderfilter.xml" ? Also, is it ok to modify the settings so that I always get HW decoding when watching TV or will it mess up something else?
Thanks,
Rex
While watching live TV with Kodi 19.3 I found that when viewing "Player process info" the player was using SW decoding instead of HW decoding for the video stream on an HD channel (1280x720). Only a channel with a video stream of 1920x1080 was HW decoded. I found that Kodi 18.9 loaded on the same device always used HW decoding, even SD channels would be HW decoded.
After some comparison of the userdata files in the kodi folder, I discovered that in the file "decoderfilter.xml" the settings for mpeg2 were different. This line "<min-height>0</min-height>" was changed to "<min-height>720</min-height>" in Kodi 19 and up. Changing this line back to "<min-height>0</min-height>" caused HW decoding to be used for all live TV video streams.
So, my question is were those settings changed for a reason in "decoderfilter.xml" ? Also, is it ok to modify the settings so that I always get HW decoding when watching TV or will it mess up something else?
Thanks,
Rex