Skip to content
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

Enhancement needed--RTSP stream authentication. #16

Open
Doublefire-Chen opened this issue Oct 16, 2022 · 3 comments
Open

Enhancement needed--RTSP stream authentication. #16

Doublefire-Chen opened this issue Oct 16, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Doublefire-Chen
Copy link

I would be appreciated if the authentication for RTSP stream is added for safety concern. Thank you in advance, bro.

@rzeldent
Copy link
Owner

Hi Chen,

That indeed would be a nice feature. I'm currently using a library for RTSP and would require a branch.
Will keep it in mind!

@alessandrobrugnera
Copy link

alessandrobrugnera commented Dec 7, 2022

@Doublefire-Chen I don't think authentication for RTSP will be a good solution for protecting the stream since with tools like wireshark you can pretty much instantly sniff the username and password since they are being sent in plain text. I think the best approach will be to implement SRTP which is the secure version of RT(S)P. Then a username and password will make sense since they will be encrypted and the stream itself will be too.

@Doublefire-Chen
Copy link
Author

@Doublefire-Chen I don't think authentication for RTSP will be a good solution for protecting the stream since with tools like wireshark you can pretty much instantly sniff the username and password since they are being sent in plain text. I think the best approach will be to implement SRTP which is the secure version of RT(S)P. Then a username and password will make sense since they will be encrypted and the stream itself will be too.

Yes, you are right. security level: SRTP > RTSP with authentication > RTSP without authentication.

@rzeldent rzeldent added the enhancement New feature or request label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants