![]() |
CEC HDMI functionality ..not work - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: CEC HDMI functionality ..not work (/showthread.php?tid=6777) |
CEC HDMI functionality ..not work - AndromedaStrain - 08-01-2024 Hi Tim hi to all guys... Regarding the CEC HDMI functionality an user of my community Faceboock "Hardware and software DAC HIFI Rasperry" https://www.facebook.com/groups/318663196139962 ... tells me that the functionality does not work well he said...that after installing the user-side packages "myuser" ( with sudo privileges ) if I run "mpc play" or "mpc pause" or "mpc next" from the terminal, the commands are executed correctly. The same commands are present in the script. sh but they have no effect, if the terminal control with the cec-client utility the remote control keys are interpreted correctly. In the configuration file of the service that I report below is defined the user "pi". If I change "pi" to "myuser" nothing works. [Unit] Description=cecmon [Service] ExecStart=bash moode_cec_mon_v1.0.sh WorkingDirectory=/opt/shoefone/cec StandardOutput=inherit StandardError=inherit Restart = always User=pi [Install] WantedBy=multi-user.target what is wrong... tnks 4Urs support RE: CEC HDMI functionality ..not work - Tim Curtis - 08-01-2024 I'm not sure what that user installed but the HDMI CEC feature included in moode uses the built in Linux kernel based CEC functionality. The command cec-ctl is used. There is nothing else that has to be installed. Here are the code blocks /var/www/daemon/worker.php Code: //----------------------------------------------------------------------------// /var/www/daemon/watchdog.sh Code: wake_display () { |