Skip to content

Instantly share code, notes, and snippets.

@nus
Last active February 11, 2020 12:26
Show Gist options
  • Save nus/0af5da63675b874684bd6c5d9a2539e0 to your computer and use it in GitHub Desktop.
Save nus/0af5da63675b874684bd6c5d9a2539e0 to your computer and use it in GitHub Desktop.
https://tools.ietf.org/pdf/draft-jennings-rtcweb-deps-23.pdf
トラックすることを助ける、IETFが依存している、W3C WebRTC ドキュメントから。
# IETFのキーとなるドラフト
1. [I-D.ietf-ice-trickle]
"Trickle ICE: Incremental Provisioning of Candidates for the Interactive Connectivity Establishment (ICE) Protocol"
https://tools.ietf.org/pdf/draft-ietf-ice-trickle-21.pdf
2. [I-D.ietf-mmusic-rid]
"RTP Payload Format Restrictions"
https://tools.ietf.org/pdf/draft-ietf-mmusic-rid-15.pdf
3. [I-D.ietf-mmusic-sctp-sdp]
"Session Description Protocol (SDP) Offer/Answer Procedures For Stream Control Transmission Protocol (SCTP) over Datagram Transport Layer Security (DTLS) Transport."
https://tools.ietf.org/pdf/draft-ietf-mmusic-sctp-sdp-26.pdf
4. [I-D.ietf-mmusic-sdp-bundle-negotiation]
"Negotiating Media Multiplexing Using the Session Description Protocol (SDP)"
https://tools.ietf.org/pdf/draft-ietf-mmusic-sdp-bundle-negotiation-54.pdf
5. [I-D.ietf-mmusic-sdp-simulcast]
"Using Simulcast in SDP and RTP Sessions"
https://tools.ietf.org/pdf/draft-ietf-mmusic-sdp-simulcast-14.pdf
6. [I-D.ietf-rtcweb-data-channel]
"WebRTC Data Channels"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-data-channel-13.pdf
7. [I-D.ietf-rtcweb-data-protocol]
"WebRTC Data Channel Establishment Protocol"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-data-protocol-09.pdf
8. [I-D.ietf-rtcweb-jsep]
"JavaScript Session Establishment Protocol"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-jsep-26.pdf
9. [I-D.ietf-rtcweb-rtp-usage]
"Web Real-Time Communication (WebRTC): Media Transport and Use of RTP"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-rtp-usage-26.pdf
10. [I-D.ietf-rtcweb-security]
"Security Considerations for WebRTC"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-security-12.pdf
11. [I-D.ietf-rtcweb-transports]
"Transports for WebRTC"
https://tools.ietf.org/pdf/draft-ietf-rtcweb-transports-17.pdf
12. [I-D.ietf-tsvwg-rtcweb-qos]
"DSCP Packet Markings for WebRTC QoS"
https://tools.ietf.org/pdf/draft-ietf-tsvwg-rtcweb-qos-18.pdf
# キーとなるRFC
1. [RFC2119]
"Key words for use in RFCs to Indicate Requirement Levels"
https://tools.ietf.org/pdf/rfc2119.pdf
2. [RFC3550]
"RTP: A Transport Protocol for Real-Time Applications"
https://tools.ietf.org/pdf/rfc3550.pdf
3. [RFC3890]
"A Transport Independent Bandwidth Modifier for the Session Description Protocol (SDP)"
https://tools.ietf.org/pdf/rfc3890.pdf
4. [RFC3986]
"Uniform Resource Identifier (URI): Generic Syntax"
https://tools.ietf.org/pdf/rfc3986.pdf
5. [RFC4566]
"SDP: Session Description Protocol"
https://tools.ietf.org/pdf/rfc4566.pdf
6. [RFC4572]
"Connection-Oriented Media Transport over the Transport Layer Security (TLS) Protocol in the Session Description Protocol (SDP)"
https://tools.ietf.org/pdf/rfc4572.pdf
7. [RFC5246]
"The Transport Layer Security (TLS) Protocol Version 1.2"
https://tools.ietf.org/pdf/rfc5246.pdf
8. [RFC5285]
"A General Mechanism for RTP Header Extensions"
https://tools.ietf.org/pdf/rfc5285.pdf
9. [RFC5389]
"Session Traversal Utilities for NAT (STUN)"
https://tools.ietf.org/pdf/rfc5389.pdf
10. [RFC5506]
"Support for Reduced-Size Real-Time Transport Control Protocol (RTCP): Opportunities and Consequences"
https://tools.ietf.org/pdf/rfc5506.pdf
11. [RFC5761]
"Multiplexing RTP Data and Control Packets on a Single Port"
https://tools.ietf.org/pdf/rfc5761.pdf
12. [RFC5888]
"The Session Description Protocol (SDP) Grouping Framework"
https://tools.ietf.org/pdf/rfc5888.pdf
13. [RFC6464]
"A Real-time Transport Protocol (RTP) Header Extension for Client-to-Mixer Audio Level Indication"
https://tools.ietf.org/pdf/rfc6464.pdf
14. [RFC6465]
"A Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio Level Indication"
https://tools.ietf.org/pdf/rfc6465.pdf
15. [RFC6544]
"TCP Candidates with Interactive Connectivity Establishment (ICE)"
https://tools.ietf.org/pdf/rfc6544.pdf
16. [RFC6749]
"The OAuth 2.0 Authorization Framework"
https://tools.ietf.org/pdf/rfc6749.pdf
17. [RFC7064]
"URI Scheme for the Session Traversal Utilities for NAT (STUN) Protocol"
https://tools.ietf.org/pdf/rfc7064.pdf
18. [RFC7065]
"Traversal Using Relays around NAT (TURN) Uniform Resource Identifiers"
https://tools.ietf.org/pdf/rfc7065.pdf
19. [RFC7515]
"JSON Web Signature (JWS)"
https://tools.ietf.org/pdf/rfc7515.pdf
20. [RFC7635]
"Session Traversal Utilities for NAT (STUN) Extension for Third-Party Authorization"
https://tools.ietf.org/pdf/rfc7635.pdf
21. [RFC7656]
"A Taxonomy of Semantics and Mechanisms for Real-Time Transport Protocol (RTP) Sources"
https://tools.ietf.org/pdf/rfc7656.pdf
22. [RFC7675]
"Session Traversal Utilities for NAT (STUN) Usage for Consent Freshness"
https://tools.ietf.org/pdf/rfc7675.pdf
23. [RFC8174]
"Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words"
https://tools.ietf.org/pdf/rfc8174.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment