commit | 2d47c9395b393aff95a93f3ed60d96c266a008f0 | [log] [tgz] |
---|---|---|
author | Qiu Jianlin <jianlin.qiu@intel.com> | Mon Nov 18 13:35:59 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 19 13:09:13 2024 |
tree | fe77e670fbf6904735a3624bd7c4d61f027828c2 | |
parent | 5f163fcaa0d3190f25a5186da3d7ec033128b405 [diff] |
Correct H.265 level-id in fmtp line for offer/answer. On a sendrecv m-line, the offered level-id represents the maximum that can be both sent and received; on a sendonly m-line, the offered level-id represents the maximum that can be sent; on a recvonly m-line, the offered level-id represents the maximum that can be received. Also according to RFC 7798 section 5, the highest level indicated by the answer is either equal to or lower than that in the offer Bug: chromium:41480904 Change-Id: I1729c8edc3aed0c00c41cea96204abafc37c002b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367322 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Sergey Silkin <ssilkin@webrtc.org> Commit-Queue: Jianlin Qiu <jianlin.qiu@intel.com> Cr-Commit-Position: refs/heads/main@{#43425}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.