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

"WebRTC server not available" #456

Closed
Shivy011 opened this issue Mar 23, 2023 · 9 comments
Closed

"WebRTC server not available" #456

Shivy011 opened this issue Mar 23, 2023 · 9 comments
Assignees
Labels
question Further information is requested
Milestone

Comments

@Shivy011
Copy link

Shivy011 commented Mar 23, 2023

Hi

I am getting the above error
The RTSP streams work fine in VLC on multiple computers. IT was also working fine on my raspberry pi, I have now swapped to an ubuntu based VM
They are hikvision cameras through an NVR

@Shivy011
Copy link
Author

Also working through camera & stream component within HA

@AlexxIT AlexxIT added the question Further information is requested label Mar 24, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Mar 24, 2023

Try to remove go2rtc binary from your Hass config folder and restart Hass

@Shivy011
Copy link
Author

Try to remove go2rtc binary from your Hass config folder and restart Hass

Thanks tried and stream is semi working . However I have to keep restarting gortc add on as the stream just stops loading on dashboards, any tips?

@jonasf21
Copy link

jonasf21 commented Jul 2, 2023

Had the same problem after i migrated from a rpi 4 to a intel nuc (w/proxmox). The go2rtc binary was for aarch64 (rpi) and thus did no longer work, causing the "webrtc server not available" message. I tried removing and reinstalling webrtc but it didnt help - i manually had to remove the go2rtc binary, restart HA and it apparently downloaded the correct binary.

@AlexxIT Maybe add some check at startup to see if the arch has changed to prevent this?

@AlexxIT
Copy link
Owner

AlexxIT commented Jul 2, 2023

Perhaps there was an error when downloading go2rtc binary. And you need to delete it manually, so that it can be downloaded again.

I'll think about some validation after download.

@luxmoel
Copy link

luxmoel commented Oct 10, 2023

Had the same problem after i migrated from a rpi 4 to a intel nuc (w/proxmox). The go2rtc binary was for aarch64 (rpi) and thus did no longer work, causing the "webrtc server not available" message. I tried removing and reinstalling webrtc but it didnt help - i manually had to remove the go2rtc binary, restart HA and it apparently downloaded the correct binary.

@AlexxIT Maybe add some check at startup to see if the arch has changed to prevent this?

I have exactly this problem => how can I remove the go2rtc binary? => for beginners please

@jonasf21
Copy link

Its in /config. Open HA in your browser and choose terminal.
cd /config
rm go2rtc
Thats it.

@luxmoel
Copy link

luxmoel commented Oct 10, 2023

Its in /config. Open HA in your browser and choose terminal. cd /config rm go2rtc Thats it.

thanks a lot, it works. Thanks so much!!!

@AlexxIT AlexxIT self-assigned this Feb 17, 2024
@AlexxIT AlexxIT assigned AlexxIT and unassigned AlexxIT Oct 6, 2024
@AlexxIT AlexxIT added this to the v3.6.0 milestone Oct 6, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Oct 12, 2024

@AlexxIT AlexxIT closed this as completed Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants