Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pulse-Eight/libcec
USB CEC Adapter communication Library http://libcec.pulse-eight.com/
https://github.com/Pulse-Eight/libcec
Last synced: 9 days ago
JSON representation
USB CEC Adapter communication Library http://libcec.pulse-eight.com/
- Host: GitHub
- URL: https://github.com/Pulse-Eight/libcec
- Owner: Pulse-Eight
- License: other
- Created: 2014-01-23T20:15:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T11:33:34.000Z (3 months ago)
- Last Synced: 2024-09-20T00:04:55.405Z (about 2 months ago)
- Language: C++
- Size: 5.3 MB
- Stars: 713
- Watchers: 53
- Forks: 287
- Open Issues: 166
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
![Pulse-Eight logo](https://pulseeight.files.wordpress.com/2016/02/pulse-eight-logo-white-on-green.png?w=200)
# About
This library provides support for Pulse-Eight's USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.A list of FAQ (Frequently Asked Questions) can be found on [libCEC's FAQ page](http://libcec.pulse-eight.com/faq).
.Net client applications, previously part of this repository, have been moved to [this repository](https://github.com/Pulse-Eight/cec-dotnet).
# Supported platforms
## Linux & BSD
See [docs/README.linux.md](docs/README.linux.md).## Apple OS X
See [docs/README.osx.md](docs/README.osx.md).## Microsoft Windows
See [docs/README.windows.md](docs/README.windows.md).# Supported hardware
* [Pulse-Eight USB-CEC Adapter](https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter)
* [Pulse-Eight Intel NUC CEC Adapter](https://www.pulse-eight.com/p/154/intel-nuc-hdmi-cec-adapter)
* [Pulse-Eight CEC Adapter for Skull Canyon and Hades Canyon NUC systems](https://www.pulse-eight.com/p/207/skull-canyon-nuc-cec-adapter)
* [Raspberry Pi](https://www.raspberrypi.org/)
* Some Exynos SoCs
* NXP TDA995x
* Odroid C2 (Amlogic S905)# Developers
See [docs/README.developers.md](docs/README.developers.md).# Vendor specific notes
## Panasonic
* On Panasonic to enable media control buttons on bottom of the remote, you may have to change the operation mode. To change it, press bottom Power-button, keep it pressed, and press 7 3 Stop. After releasing Power-button, Play, Pause, etc should work in XBMC.## Raspberry Pi
* If your TV cannot detect the Raspberry Pi's CEC, or if the the Pi can't detect the TV, try adding the following line in `/boot/config.txt` and reboot the Pi: `hdmi_force_hotplug=1`