-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Caleb-Wishart/master
feat: Adds stream status Variable & Polling (+Code Reformat)
- Loading branch information
Showing
14 changed files
with
1,046 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# companion-module-aja-helo | ||
|
||
A [BitFocus Companion](https://bitfocus.io/companion/) module for interacting | ||
with the AJA HELO Streaming/Recording/Delivery device. | ||
|
||
See HELP.md and LICENSE | ||
|
||
## Supported Actions | ||
|
||
* Start/Stop Record | ||
* Start/Stop Streaming | ||
* Change recording profile | ||
* Change streaming profile | ||
* Rename file | ||
* Rename file with current timestamp - YYYYMMDD_HHMM | ||
|
||
Check out the [AJA HELO Support Page](https://www.aja.com/products/helo#support) for firmware updates and hardware support. | ||
|
||
## Variables & Polling | ||
|
||
This module supports polling the HELO REST API, and saves the response to certain states. Polling can be set to various options. |
Oops, something went wrong.