1. The main process interface provided externallyThe calling interface of the receiving packet Rtpreceiverimpl::incomingrtppacket the calling interface of the package Modulertprtcpimpl::sendoutgoingdata the callback interface after the packet processing Rtpdata
2. Main processing class Modulertprtcpimpl, control module, is a module, oneself can independently handle RTPPACKETIZER/RTPPACKETIZERH264/RTPPACKETIZERVP8 specific format of Zhei processing class rtpdepacketizer/rtpdepacketizerh264/rtpdepacketizervp8/specific format of the parsing RTP header processing class Rtpreceiverimpl accept the RTP packet processing and interface class Rtpreceive Rstrategy/rtpreceivervideo/rtpreceiveraudio specifically handles classes that accept RTP packets, audio contains telephoneeven processing rtpsender/rtpsenderaudio/ Rtpsendervideo sends RTP packet classes, managed and called by Modulertprtcpimpl, which also requires Zhei, management, and group FEC FECRECEIVERIMPL,FEC packet handling functions, which are called by vie
3. Main functions: Parsing RTP header, Zhei subcontracting, FEC parsing and encapsulation; responsible for calling the package module does not include functions: RTP group frame function, chaos sequence, buffer, error correction
WEBRTC Code Daytime (10): RTP_RTCP Module Analysis