Licode do not enable audio nack rr which rtcp type is RTCP_RTP_Feedback_PT, only enable the video nack rr
leeliliang opened this issue · 0 comments
leeliliang commented
Description
why only enable video rtcp nack generator? but audio packet do not process?
bool RtcpNackGenerator::handleRtpPacket(std::shared_ptr 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.):