Skip to content

Commit

Permalink
Merge pull request #120 from garethsb-sony/active-state
Browse files Browse the repository at this point in the history
Clarify Sender/Receiver subscription indicates current configuration,…
  • Loading branch information
peterbrightwell authored Sep 5, 2019
2 parents 04b9cce + 0a811d8 commit 62a5d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4.3. Behaviour - Nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Core Source and Flow attributes are defined directly within this specification.

### Senders

`subscription`: The 'subscription' key is used to indicate how a Sender currently connects to Receivers in a networked media system. The subscription MUST be updated to reflect the current state of the Sender whether it was modified via an NMOS mechanism or an externally-defined control mechanism.
`subscription`: The 'subscription' key is used to indicate how a Sender currently connects to Receivers in a networked media system. The subscription MUST be updated to reflect the current configuration of the Sender whether it was modified via an NMOS mechanism or an externally-defined control mechanism.

`subscription` `active`: The 'active' key MUST be set to 'true' when the Sender is configured to enable transmission of packets to the network, whether via a push- or pull-based mechanism. The key MUST be set to 'false' when the Sender is configured to disable transmission of packets to the network.

Expand All @@ -28,7 +28,7 @@ Core Source and Flow attributes are defined directly within this specification.

### Receivers

`subscription`: The 'subscription' key is used to indicate how a Receiver currently connects to Senders in a networked media system. The subscription MUST be updated to reflect the current state of the Receiver whether it was modified via an NMOS mechanism or an externally-defined control mechanism.
`subscription`: The 'subscription' key is used to indicate how a Receiver currently connects to Senders in a networked media system. The subscription MUST be updated to reflect the current configuration of the Receiver whether it was modified via an NMOS mechanism or an externally-defined control mechanism.

`subscription` `active`: The 'active' key MUST be set to 'true' when the Receiver is configured to enable reception of packets from the network. The key MUST be set to 'false' when the Receiver is configured to disable reception of packets from the network.

Expand Down

0 comments on commit 62a5d0f

Please sign in to comment.