Jump to content


lordportux

Member Since 31 Jan 2021
Offline Last Active 25 Feb 2021 21:34
-----

Topics I've Started

HDMI-CEC device type

31 January 2021 - 15:47

Hello OpenPLi team,

 

I have a zgemma h9.2s connected to a samsung TV and HDMI-CEC is enabled. Unfortunately the ch+/ch- keys are not forwarded to the zgemma box. The reason of this behavior is because the enigma2 hdmi-cec driver is configured as a recorder and not as a tuner.

 

I attached and screenshot of enigma2/lib/driver/hdmi_cec.cpp file in the github repository. As you can see there, deviceType is configured as recorder by default, and unfortunately it cannot be changed by the OpenPLi GUI or a config file.

 

So is it possible to implement the possibility to configure the device type?

 

or just change the line 57 to:

deviceType = CEC_LOG_ADDR_TUNER_1;

 

I don't really understand why an enigma2 image is configured as a recorder and not as a tuner, someone knows why?

 

Thank you