-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Informative note: When an H.264 Flow is not directly associated with a Sender but with a multiplexed Flow through the Flow's parents attribute, the Sender does not provide H.264 format-specific attributes. A Sender provides such attributes only when the H.264 Flow is directly associated with it.
Sender attributes should describe aspects of the transport mapping. A transport mapping may of course be format-specific (all the RTP payload mappings).
The attributes
parameter_sets_flow_modeandparameter_sets_transport_modeassociated with an H.264 Flow that are described in this section get their respective default value ofdynamicandin_band.
This therefore doesn't sit quite right for me. If these are related directly to the format, i.e. codestream, they should be Flow properties. If they are related to transport of the format, they could apply to other transports besides the basic RTP payload mapping, couldn't they? Why should these properties be fixed for all mux or alternative single essence transports of H.264?
An H.264 Flow's behviour is dictated by the
dynamicandin_bandmodes when there is no associated Sender. See the Sender's format specific (multiplexed) specification for details.
bcp-006-02/docs/NMOS With H.264.md
Line 135 in 400435c
| Informative note: When an H.264 Flow is not directly associated with a Sender but with a multiplexed Flow through the Flow's parents attribute, the Sender does not provide H.264 format-specific attributes. A Sender provides such attributes only when the H.264 Flow is directly associated with it. The attributes `parameter_sets_flow_mode` and `parameter_sets_transport_mode` associated with an H.264 Flow that are described in this section get their respective default value of `dynamic` and `in_band`. An H.264 Flow's behviour is dictated by the `dynamic` and `in_band` modes when there is no associated Sender. See the Sender's format specific (multiplexed) specification for details. |