AOMediaCodec / av1-rtp-spec

Current draft (HTML): https://aomediacodec.github.io/av1-rtp-spec/
Other
63 stars 24 forks source link

7.2.4 Usage in Declarative Session Descriptions | 2 and 3 #197

Closed agouaillard-cosmo closed 3 years ago

agouaillard-cosmo commented 3 years ago

All parameters capable of indicating both stream properties and receiver capabilities are used to indicate only stream properties. In this case, the parameters profile, level-idx and tier declare only the values used by the stream, not the capabilities for receiving streams.

A receiver of the SDP is required to support all parameters and values of the parameters provided; otherwise, the receiver MUST reject (RTSP) or not participate in (SAP) the session. It falls on the creator of the session to use values that are expected to be supported by the receiving application.

Suggested: testable, but not to be tested, as not present in libwebrtc implementation.

agouaillard-cosmo commented 3 years ago

reference list updated. Safe to close.