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

HA managed version not running properly or updating #1451

Open
bmorgan99 opened this issue Nov 11, 2024 · 3 comments
Open

HA managed version not running properly or updating #1451

bmorgan99 opened this issue Nov 11, 2024 · 3 comments
Labels
question Further information is requested

Comments

@bmorgan99
Copy link

bmorgan99 commented Nov 11, 2024

go2rtc has a pid but is not responding on port 11984 (or 1984) and what I think is it's config file only shows 1 camera. How can I restart it, and will it then get the cameras from config/go2rtc.yaml? Rebooting didn't help.

ps -ef | grep go2
178 root 0:00 /bin/go2rtc -c /tmp/go2rtc_mvp3jup8.yaml

tmp/go2rtc_mvp3jup8.yaml

# This file is managed by Home Assistant
# Do not edit it manually

api:
  listen: "127.0.0.1:11984"

rtsp:
  listen: "127.0.0.1:18554"

webrtc:
  listen: ":18555/tcp"
  ice_servers: []
streams:
  camera.garden_orginal:
    - rtsp://admin:[email protected]/h264Preview_01_main
  camera.garden:
    - rtsp://127.0.0.1:18554/camera.garden_orginal
    - ffmpeg:camera.garden_orginal#audio=opus

@AlexxIT AlexxIT added the question Further information is requested label Nov 11, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Nov 11, 2024

The HA embedded version of go2rtc is not designed for use outside of HA.
But you can run your own go2rtc version (addon/custom integration/etc) and config HA to use this version:
https://www.home-assistant.io/integrations/go2rtc/

@bmorgan99
Copy link
Author

I thought I was trying to use it within HA. Does that mean I would only use the generic cameras and not webrtc?
I don't have the add-on loaded. Shouldn't I see something on port 11984?

@AlexxIT
Copy link
Owner

AlexxIT commented Nov 11, 2024

It's localhost port. You can open it only from the inside of your server.

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

2 participants