ST2110ReceiverEndpoint
One transport endpoint a receiver is listening on. Each entry corresponds to one IS-05 transport_params row — 1 for single-port receivers, 2 for ST 2022-7 redundant pairs.
Field |
Type |
Repeated |
Description |
source_ip |
SSM source filter (NMOS |
||
multicast_ip |
Multicast group address. Empty for unicast. |
||
destination_port |
UDP port the receiver is bound to. |
Member of
Message |
Description |
Lifecycle state of a single receiver inside an ST 2110 NMOS input
device. The Sequence (per receiver): IDLE ↓ (controller PATCH master_enable=true) STARTING { receiver_label } ↓ (first valid context arrives from the MTL RX session) ACTIVE { receiver_label, endpoints[], wire_pixel_format } ↓ (controller PATCH master_enable=false, or another switch) IDLE At any point: FAILED { receiver_label, reason } — config rejected (e.g. unsupported wire transport), or the child workflow died without our asking (MTL session crashed, NIC dropped, etc.). Mirrors the pattern of ST2110SenderStateChanged. |