licode
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
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.

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.):