https://github.com/cpanato/onair-streamdeck
Let people know when you are "OnAir" doing your zoom meetings or lives talks
https://github.com/cpanato/onair-streamdeck
streamdeck streamdeck-plugin
Last synced: 7 months ago
JSON representation
Let people know when you are "OnAir" doing your zoom meetings or lives talks
- Host: GitHub
- URL: https://github.com/cpanato/onair-streamdeck
- Owner: cpanato
- License: mit
- Created: 2020-12-16T10:00:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T10:26:42.000Z (over 1 year ago)
- Last Synced: 2025-03-18T20:07:44.915Z (11 months ago)
- Topics: streamdeck, streamdeck-plugin
- Language: CSS
- Homepage:
- Size: 976 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OnAir Stream Deck
# How it works?
It uses an external Hardware (see `hardware` directory) to notify when you are `On Air`
in action: https://twitter.com/comedordexis/status/1268549324092387340
With any StreamDeck you just install the latest release and then configure the IP address from the hardware you setup and that is it
# How to setup the dev environment
1. Install all the dependencies
```bash
yarn
```
2. Build the project for the first time, the project uses [Parcel as bundler](https://parceljs.org/) to handle React and TypeScript
```bash
yarn build
```
3. Package the plugin
```bash
./tools/mac/DistributionTool -b -i ./dist/dev.cpanato.onair.sdPlugin -o ./release/
```
# References
- [Steam Deck SDK docs](https://developer.elgato.com/documentation/)
# Contributing
Feel free to send in any pull requests.