-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiver not send RtcpRr
#1273
Comments
RTCP RRs are sent by |
Thanks for your reply, I already added the auto video_recv_session = std::make_shared<rtc::RtcpReceivingSession>();
video_track_->setMediaHandler(video_recv_session ); |
OK, then please check you send Sender Reports on sender side, currently it waits for SR to send RR. It can be done with |
Is the The |
Yes it is, that is something which should be fixed. However, you did not answer my question, does the SFU send RTCP SRs? |
No. After some digging, the SFU actually wait for the receiver to send RR first then reponse SR to the receiver, |
I am using a modified version of
media-receiver/main.cpp
to receive media stream from a SFU, the media datareceived successfully, but when I use wireshark to capture the traffic, I can not found any RTCP packet to the server, is this an issue or do I need send the
RtcpRr
manually?Here is my sdp:
The text was updated successfully, but these errors were encountered: