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

Support for RTSP over TLS #92

Open
JSEHV opened this issue Sep 22, 2021 · 1 comment
Open

Support for RTSP over TLS #92

JSEHV opened this issue Sep 22, 2021 · 1 comment

Comments

@JSEHV
Copy link
Contributor

JSEHV commented Sep 22, 2021

Describe the solution you'd like
Dahua cameras support RTSP over TLS, encrypted streams. It would be really nice to see this implemented.
At the moment it is not possible to select this when adding a camera to HA. An option when the camera is added/configured would be preferred.

Additional context
Dahua RTSP supports media stream transmission based on TLS channel encryption protection. Both RTSP and TLS are implemented using standard protocols, and support third-party client connection in standard implementation.

The specific process is as follows:

  • The client and the device establish a trusted encryption tunnel based on TLS protocol;
  • Media stream transmission based on TLS channel.

Source: https://www.dahuasecurity.com/asset/upload/uploads/soft/20200401/Dahua-Product-Security-White-Paper-V2.0.pdf

@rroller
Copy link
Owner

rroller commented Dec 24, 2021

Do you use a different RTSP port?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants