AOMediaCodec / av1-rtp-spec

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

Mapping of the media type parameters to SDP is impossible without media type support. #207

Closed agouaillard-cosmo closed 3 years ago

agouaillard-cosmo commented 3 years ago

see #206

7.2.1 Mapping of Media Subtype Parameters to SDP | 5 | The parameters “profile”, and “level-idx”, MUST be included in the “a=fmtp” line of SDP if SDP is used to declare receiver capabilities. These parameters are expressed as a media subtype string, in the form of a semicolon separated list of parameter=value pairs.

aboba commented 3 years ago

This sounds more like a bug to be filed in the Chromium or webrtc.org bug repo than an AV1 RTP payload specification bug.

agouaillard-cosmo commented 3 years ago

see #206 for discussion

StephenBotzko commented 3 years ago

A test patch for webrtc was created which allowed this negotiation to be tested.