跳到主要内容

Webrtc介绍

术语

  • apt: associated payload type
  • DER: Distinguished Encoding Rule0s
  • DTLS: Datagram Transport Layer Security
  • JSEP: Javascript Session Establishment Protocol
  • rid: restriction identifier
    https://tools.ietf.org/html/draft-ietf-mmusic-rid-15
  • rtx-time: indicates the time in milliseconds (measured from the time a packet was first sent) that the sender keeps an RTP packet in its buffers available for retransmission
  • sdpMid: media stream identification-tag
  • sdpMLineIndex: media description line index
  • SFU: Selective Forwarding Unit switches between simulcast streams it receives from user agent

文档

https://www.w3.org/TR/webrtc/

https://webrtc.org/getting-started/overview

https://developer.mozilla.org/en-US/docs/Glossary/WebRTC

BUNDLE: Negotiating Media Multiplexing Using the Session Description Protocol (SDP)

GETUSERMEDIA: Media Capture and Streams

Interactive Connectivity Establishment (ICE): A Protocol for Network Address Translator (NAT) Traversal

JSEP: Javascript Session Establishment Protocol

INDEXEDDB: Indexed Database API