I have a rpi3 b+ connected to an HDMI monitor and a composite video projector at different times. First it was running libreelec 9.2.8.
When I connect the HDMI cable and turn the monitor on, the output was on the HDMI monitor. When the HDMI cable is not connected, the output was on the composite video projector. It was doing this only by adding sdtv_mode=2 sdtv_aspect=3 to config.txt.
I have installed a fresh libreelec 12.0.1 to a new sd card. I know that these commands are now obsolete and I did this configuration:
config.txt:
#include distroconfig.txt
include distroconfig-composite.txt
cmdline.txt:
video=Composite-1:720x576@50ie
The composite video out works but when I connect the HDMI cable and turn on the monitor, the screen is blank. It does not fallback to HDMI like the previous version.
Is there anything to do for switching outputs automatically when needed? I don't think it is possible but outputting to both will be OK too.
If not possible, is there any workarounds like a VNC server compatible with libreelec 12? It doesn't have to play video remotely. Only GUI is enough for maintenance, updating etc.