diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-06-02 22:07:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 22:07:34 +0200 |
commit | 9c2b349424c49cd94e18c788e6fe9527d04be5d1 (patch) | |
tree | c295c3ec91f5ee51ff8bb482d9865e125fe1128c /README.md | |
parent | 0338f6dca9ed181c2e182c7bf8185c23ec880adb (diff) |
add RTP Header extension for Client-to-Mixer Audio Level Indication (#264)
* add RTP Header extension for Client-to-Mixer Audio Level Indication
https://tools.ietf.org/html/rfc6464
requires libre from this commit or later:
https://github.com/creytiv/re/commit/1544a1e375c76a80084b411d21b0431f95e9cdfb
* fix warnings
* fix warnings
* minor cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -330,6 +330,7 @@ zrtp ZRTP media encryption module * RFC 4867 RTP Payload Format for the AMR and AMR-WB Audio Codecs * RFC 4961 Symmetric RTP / RTP Control Protocol (RTCP) * RFC 5168 XML Schema for Media Control +* RFC 5285 A General Mechanism for RTP Header Extensions * RFC 5506 Support for Reduced-Size RTCP * RFC 5574 RTP Payload Format for the Speex Codec * RFC 5576 Source-Specific Media Attributes in SDP @@ -341,6 +342,7 @@ zrtp ZRTP media encryption module * RFC 5764 DTLS Extension to Establish Keys for SRTP * RFC 5780 NAT Behaviour Discovery Using STUN * RFC 6263 App. Mechanism for Keeping Alive NAT Associated with RTP / RTCP +* RFC 6464 A RTP Header Extension for Client-to-Mixer Audio Level Indication * RFC 6716 Definition of the Opus Audio Codec * RFC 6886 NAT Port Mapping Protocol (NAT-PMP) * RFC 7587 RTP Payload Format for the Opus Speech and Audio Codec |