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

tls: handshake failure error when using dom.ru intercom camera via go2rtc #1377

Open
rybakov-ks opened this issue Sep 29, 2024 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@rybakov-ks
Copy link

rybakov-ks commented Sep 29, 2024

Hello,

I’m using go2rtc as an addition to Home Assistant to stream the video feed from the dom.ru intercom camera. My config looks like this:

streams:
  dom_ru: |
    expr: let camera = ""; let token = ""; let operator = 99;
    fetch("https://myhome.novotelecom.ru/rest/v1/forpost/cameras/"+camera+"/video", {
      headers: {Authorization: "Bearer "+token, Operator: operator}
    }).json().data.URL.

I obtained the camera ID and token using HTTP Toolkit (the "Open Door" feature and other APIs work fine). However, when I attempt to retrieve the video stream, I get the following error:

streams: Get "https://cctv-sa1-dmfn.cheb.vs.ertelecom.ru:18080/rtsp/11982237297/MNypLLf03HkJMdj930FG": remote error: tls: handshake failure.

I would appreciate any ideas or suggestions on how to resolve this issue!

Thank you!

@AlexxIT AlexxIT added the question Further information is requested label Oct 6, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 6, 2024

What version of go2rtc do you have?

@rybakov-ks
Copy link
Author

Current version: 1.9.4

@AlexxIT AlexxIT self-assigned this Oct 7, 2024
@AlexxIT AlexxIT added bug Something isn't working and removed question Further information is requested labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants