-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Issue of RtcpNackResponder nack data #1117
Comments
Ow, indeed, this is due to SRTP encryption happening in-place so messages referenced by |
Thank you for reporting, it should be fixed by #1118 |
Ok, thanks. I'll test it and give feedback. |
After testing, it can be retransmitted normally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am using libchannel and the nack data seems to be inconsistent with the media source data. The data sent by the same sequenceNumber and nack seems to use the same message_ptr. It seems that the data sent by nack has secondary encryption.
The storage media data here appears to be weakly referenced
libdatachannel/src/rtcpnackresponder.cpp
Line 61 in b7f1f03
thank you !
The text was updated successfully, but these errors were encountered: