-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Static configuration of SRTP forwarding doesn't work in audiobridge plugin #2258
Comments
Mh, looks like a typo due to some copy paste: the code to read and use them is indeed there, see but it's reading |
The patch causes the "listforwarders" command to show the forwarder as using SRTP, but Janus can't decrypt the resulting media stream, even so both sides use the same suit and crypto string. |
You may want to check if it does work when doing SRTP forwarding from the VideoRoom instead. |
Another thing you can try is changing |
Actually, turns out there's no |
Ok, should be fixed now. |
Looks good, thanks! |
The config file switches rtp_forward_srtp_suite and rtp_forward_srtp_crypto are never read in the source code and SRTP is not enabled.
When dynamically enabling forwarding through the API, SRTP parameters (srtp_suite and srtp_crypto) are used.
The text was updated successfully, but these errors were encountered: