w3c / webrtc-rtptransport

Repository for the RTPTransport specification of the WebRTC Working Group
Other
16 stars 5 forks source link

WebRTC-RtpTransport

A proposed API that allows web applications to send and receive packets using the RTP/RTCP protocol, defined in RFC 3550.

The WebRTC-RtpTransport API is compatible with existing WebRTC APIs, including WebRTC-PC (RTCPeerConnection) and WebRTC Encoded Transform, and can be combined with WebCodecs. This allows applications to leverage existing APIs, simplifying the transition, while allowing applications to decide which pipeline stages to replace or keep.

The WebRTC-RtpTransport API enables web applications to support:

Samples

See the explainer for more info.

See the Custom Packetization Use Case for some API info.

See the [proposed spec]().