w3c / ortc

ORTC Community Group specification repository (see W3C WebRTC for official standards track)
http://www.w3.org/community/ortc/
122 stars 42 forks source link

Consolidate RTP/RTCP routing sections within RtpReceiver section #858

Closed aboba closed 6 years ago

aboba commented 6 years ago

Currently information on RTP matching is contained within the RtpListener section (optional to implement), and information on RTCP matching is in the Statistics API section. This PR consolidates this material within the RtpReceiver section. Since RTP/RTCP matching is necessary for the basic operation of ORTC, consolidating it makes it easier to find, and also hopefully clarifies the status of this material (e.g. routing of RTP and RTCP packets is not optional!).