Magewell Encoder
Overview
Control and monitoring of Magewell SRT encoders
This module only controls the first audio stream. Any additional audio streams are ignored.
Configuration
| Field | Default Value | Description |
|---|---|---|
id | "" | Unique identifier for this module instance (usually auto-generated). |
needsConfigured | true | Indicates whether the module has been configured since build. |
title | "" | Human-readable title for this module instance, shown in the UI. |
module | "magewell-encode-sdi" | Internal name of the module. |
description | "" | Optional text describing the module instance in the UI. |
notes | "" | Free-text field for extra notes about this configuration. |
enabled | false | Flag indicating whether this module instance is active. |
Capabilities
| Type | List |
|---|---|
| Exposes | None |
| Consumes | None |
Development Notes
- Container runtime source is in
container/. - Client source is in
client/.
Changelog
version 1.0.8
version 1.0.7
- 2026-07-14: change default output type to srt-caller (cba755f)
version 1.0.6
- 2026-07-14: replace text field with password field [copilot] (7c0849f)
- 2026-07-14: add validation routes and services [copilot] (2a5c091)
version 1.0.5
- 2026-07-14: update Dockerfile and add route tests [copilot] (8ebb88f)
- 2026-07-14: fix: unable to delete output 0 (646a0e7)
version 1.0.4
- 2026-07-14: fix: handle missing stream-server payload [copilot] (81fc671)
- 2026-07-14: fix: add missing password field to config panel (64325fb)
version 1.0.3
- 2026-07-11: add codec database functionality [copilot] (0f82ea4)
- 2026-07-11: add codec db worker tasks (c0179b4)
version 1.0.2
- 2026-07-09: fix enable output when added (e63891f)
- 2026-07-09: add heartbeat task and update status checks [copilot] (8d5cd47)