Open zedtools opened 6 years ago
I have this same exact issue. Since I don't have a build setup on my raspi, could you supply the compiled files in question to test them out?
@jammi File attached here.
If you are using OSMC, just copy the file to /usr/osmc/lib/libcec.so.4.0.2 and restart OSMC. I have not tested this file with other distributions of Kodi,
@opdenkamp we got a new report because of this issue. It looks like this fix from @zedtools is needed. Can you please have look? Thanks! https://discourse.coreelec.org/t/avr-keeps-turning-on-after-turning-off-tv-when-apple-tv-4k-is-connected/10962
I have an issue when I connect an Apple TV 4K to my setup (RPi 3 running Kodi, Sony TV, Onkyo TX-NR414 AVR). Whenever Kodi is the active source, and I turn off my TV, the AVR turns off as expected, but a few seconds later the AVR turns back on.
I managed to track it down to the following behaviour:
Here is a cec-client log capturing this behaviour: TV-off-AVR-on.log
If Kodi is not the active source, and I turn off the TV, the AVR stays off.
I managed to compile libCEC on my RPi 3 with the following patch, and this appears to fix the issue:
There are more details on this forum post:
https://forum.kodi.tv/showthread.php?tid=327971
I don't know whether the fault lies with the Apple TV 4K, my AVR, or libCEC. Is this something that can be fixed in libCEC?