【RtpRtcp】1: webrtc m79:audio的ChannelReceive 创建并使用

m79中,RtpRtcp::Create 的调用很少

【RtpRtcp】1: webrtc m79:audio的ChannelReceive 创建并使用_第1张图片

  • 不知道谁负责创建ChannelReceive
class ChannelReceive : public ChannelReceiveInterface,
                       public MediaTransportAudioSinkInterface {
   
  • 接收编码后的音频帧:
  • 【RtpRtcp】1: webrtc m79:audio的ChannelReceive 创建并使用_第2张图片
  • 接收rtcp包:

你可能感兴趣的:(WebRTC入门与实战,webrtc,java,网络)