https://github.com/takuya/omxplayer-with-tvremote
https://github.com/takuya/omxplayer-with-tvremote
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/takuya/omxplayer-with-tvremote
- Owner: takuya
- License: gpl-3.0
- Created: 2018-01-02T19:31:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T16:15:27.000Z (over 4 years ago)
- Last Synced: 2025-07-06T08:02:42.062Z (11 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Raspberry Pi omxplayer を TV リモコンで操作する
raspi の omxplayer で動画再生中に、テレビのリモコンで操作できるようにする。
## 準備
```
sudo apt install cec-client
git clone https://github.com/takuya/omxplayer-with-tvremote
```
## 使い方
```
./bin/omxplayer-with-tvremote.py URL
```
## プロセス管理
omxplayer を複数起動しないように管理するサンプル
```
bin/omxplayer-daemon.rb restart -- URL
```
## Reference
http://takuya-1st.hatenablog.jp/entry/2017/12/27/175608