Skip to content
forked from olajep/rpi-cecd

Temporary remote control HDMI-CEC hack for OpenElec on Raspberry Pi

Notifications You must be signed in to change notification settings

brinky/rpi-cecd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#RPI-CECD

This is a quick hack to make HDMI-CEC work with OpenElec on Raspberry Pi.

##Building:

##Make it work on OpenElec: NOTE: rpi-cecd is included in the OpenElec RPi nightly builds as of ~2012-06-08

  • Enable the HTTP API in XBMC's settings
  • scp rpi-cecd root@'your-openelec-ip':~
  • ssh root@'your-openelec-ip'
  • ./rpi-cecd &
  • echo '#!/bin/sh' >> /storage/.config/autostart.sh
  • echo '/storage/rpi-cecd &' >> /storage/.config/autostart.sh
  • chmod +x /storage/.config/autostart.sh
  • ...
  • Profit

About

Temporary remote control HDMI-CEC hack for OpenElec on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%