AMWA-TV / is-05

AMWA IS-05 NMOS Device Connection Management Specification (Stable)
https://specs.amwa.tv/is-05
Apache License 2.0
20 stars 15 forks source link

Clarification on GET /staged behaviour #167

Closed Mantls closed 1 year ago

Mantls commented 1 year ago

Hey,

How is a Receiver/Sender supposed to respond to GET to it's /staged endpoint in the case of no staged parameters being set yet (such as after having performed some change or fresh boot)?

In Particular how does _transportprarams have to look like? (Empty Objects for each leg? "Sensible" default parameters? nothing?)

garethsb commented 1 year ago

All transport parameters that are implemented (following the rules for the different subsets for different features, RTCP, FEC, and so on) MUST be present in /staged, /active and /constraints at all times.

In the case of /staged, the sensible default for many transport parameters that allow it is "auto".

Mantls commented 1 year ago

Ok, thanks for clearing that up.