Skip to content

Commit

Permalink
Add some more help
Browse files Browse the repository at this point in the history
  • Loading branch information
daniep01 committed Jul 9, 2022
1 parent 53f065d commit 75c8284
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,28 @@

Module to control and monitor the [Blackmagic Design Web Presenter HD and 4K](https://www.blackmagicdesign.com/products/blackmagicwebpresenter). This module does not support the discontinued USB only **Web Presenter** product.

Once connection to the device has been established the stream 'Video Mode', 'Quality' and 'Platform' action parameters will be populated with the options that the device supports. If no device connection is possible then these parameters will be unavailable.
Once connection to the device has been established the stream 'Video Mode', 'Platform' and 'Quality' action parameters will be populated with the options that the device supports. If no device connection is possible then these parameters will be unavailable. The 'Server' and 'Stream Key' will not be pre-populated. Use the Blackmagic WebPresenter desktop app to discover the valid 'Server' options for your platform. Consult your streaming platform service provider for the 'Stream Key'.

## Version 1.0.0
This first release of the module allows you to start/stop the stream and to receive the stream state as a variable and feedback. Please log issues and feature requests on [github](https://github.com/bitfocus/companion-module-bmd-webpresenterhd).

## Version 1.0.1
Added Reboot and Factory Reset actions.
Added Stream Settings.
Added Reboot and Factory Reset actions

Added Stream Settings

## Version 1.0.2
Internal changes

## Version 1.0.3
Add support for both 4K and HD

Add more variables for monitoring

Retrieve the 'Video Mode', 'Quality' and 'Platform' options from device

## Version 1.0.4
Add support for custom streaming profiles

## Version 1.0.5
Add help text
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmd-webpresenterhd",
"version": "1.0.4",
"version": "1.0.5",
"api_version": "1.0.0",
"keywords": [
"Streaming", "Web Encoder", "Livestream"
Expand Down

0 comments on commit 75c8284

Please sign in to comment.