-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPI 4 libCEC not detecting TV on HDMI 1 #489
Comments
the CEC protocol only supports one TV / monitor at a time, which is a hard limit in the spec furthermore one CEC client can only have one target (the TV) EDIT: so you could start two cec-client instances, one for each HDMI port |
only one hdmi output on the pi4 is supported. if you want to control the second screen too, then you'll need a usb-cec adapter: https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter and indeed start a second instance of libCEC |
The KMS driver which is being developed does expose cec devices for each hdmi display. |
I was indeed talking about the current implementation. Thanks for the update! |
Hi this has been a fair while and I have tested this with the new kernel and we are not able to work with the second port. Engineers at Raspi have suggested this is something that libcec will have to address - is there any chance of this being implemented, and if so any time soon ? |
I'm using raspbian buster full image, I have compiled libCEC for raspberry, when i connect 2 different TV's to raspberry with the same cables libCEC only detects the TV that is connected to HDMI 0. So it is not the cables or the TV's because when i switch the HDMI inputs on raspberry libCEC detects other TV on HDMI 0 and nothing on HDMI 1.
Any idea how to resolve this? I need to be able to control both TV's.
The text was updated successfully, but these errors were encountered: