licode icon indicating copy to clipboard operation
licode copied to clipboard

Licode do not enable audio nack rr which rtcp type is RTCP_RTP_Feedback_PT, only enable the video nack rr

Open leeliliang opened this issue 5 years ago • 0 comments

Description why only enable video rtcp nack generator? but audio packet do not process? bool RtcpNackGenerator::handleRtpPacket(std::shared_ptr<DataPacket> packet){ if (packet->type != VIDEO_PACKET) { return false; }

Steps to reproduce the issue: 1. 2. code

Describe the results you received:

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Licode commit/release where the issue is happening

Additional environment details (Local, AWS, Docker, etc.):

leeliliang avatar Oct 14 '20 06:10 leeliliang