Birdseye works. Live view does not work. Recordings do work. #15079
Replies: 7 comments 3 replies
-
Need to see go2rtc logs |
Beta Was this translation helpful? Give feedback.
-
Nothing exciting there... do you agree? Do I need to enable some higher level of logging?
Also... after my initial post, I saw someone having issues with a reo-link doorbell (mine are not doorbells), but I followed the link suggested in that one, too, and made a change (see below): no difference in behavior: birdseye works, recording works (I didn't change the path in the camera to the 127.0.0.1 stuff, though), and live view does not work, just like before.
|
Beta Was this translation helpful? Give feedback.
-
I am hoping this is sufficiently sanitized.
|
Beta Was this translation helpful? Give feedback.
-
I tried substituting the 127.0.0.1 path in the camera definition:
became...
And my docker compose is showing 8554 for the port...
The result of that caused my (what I thought was my) Birdseye view to not have any feed for that camera. So, to be clear... "birdseye", as I understand it, is the page of groups of cameras visible when you click on the little frigate bird symbol in the upper left of the screen, and that is the feed from go2rtc... and "live view" is viewable when you click on any one of those smaller displays on the birdseye screen (which takes it's feed from the "cameras:" definition of the config.yaml)... is that correct?
Found where to create logs for that activity... nothing really helpful in there that I could see. Still... Still struggling to figure out what's wrong. |
Beta Was this translation helpful? Give feedback.
-
Also... for kicks and grins, using the full config post above: I then changed my Frigate config.yaml file... I changed the cameras: input: paths: to use the 127.0.0.1 for "frontdoor". I didnt' change any of the input_args for this test. I could see the acmrest camera in the birdseye, and in the live view (with audio), and in recorded history (not sure if I'm getting audio recorded or not, yet... just testing it. |
Beta Was this translation helpful? Give feedback.
-
Lastly, I investigated the camera and found port 1935 was not enabled. I went back to the full config post as listed above... back to a feed for birdseye, and no feed for live view, and a working feed for recording. |
Beta Was this translation helpful? Give feedback.
-
Nothing has changed with regard to the problem cameras. I was trying different things to get it to work and to understand (or confirm my understanding of) things, and documented what I tried along the way, but with no changes to the behavior, I put it back to the full code listing above. The only thing that has changed, and is still working, is I replaced the cameras: frontdoor: input: path to use the 127.0.0.1 that is documented for Reo cameras, just to see if it worked, and it did. But, that "frontdoor" doorbell camera is Amcrest, not Reo, and has been working just fine all along. Oh... yeah... I also found that the Reo cameras were not presenting on port 1935, so, that has been changed on reo-main... I have enabled port 1935 (I didn't disable things) on the camera, itself. Because the recommended string for the go2rtc includes "port=1935" I thought I should verify that it is actually allowed at the camera, and it wasn't, so I enabled it. |
Beta Was this translation helpful? Give feedback.
-
Frigate 0.14.1 running in Docker on Ubuntu 24.04 LTS.
What I have changed:
I have three cameras: an Amcrest doorbell camera, and two Reolink E1 Zoom cameras.
Frigate works to record all cameras on the 24.04 install, just like it did before on the 20.04 install, complete with object detection, event processing, etc.
Birdseye works as it did... for all cameras, including motion events playing in the inset window, and new events populating above them.
From Birdseye...
All of this was working fine (except I was never able to get audio from the two Reolinks cameras in live view, only in recorded content) on the old 20.04 install.
What am I not checking?
Beta Was this translation helpful? Give feedback.
All reactions