Closed Konrad9789 closed 1 year ago
Frigate copies the recordings directly from the source without re-encoding. So glitches like this are coming from the camera.
Running Go2RTC In a separate docker container since running it within frigate was causing nothing but issues.
Frigate supports updating the internal go2rtc, that would likely fix this.
I see. Is there a possibility it is the write speed of the storage media?
No, write speed does not change the data that is being written. and if there was actual data corruption then the segmennt would not be playable
Frigate copies the recordings directly from the source without re-encoding. So glitches like this are coming from the camera.
Running Go2RTC In a separate docker container since running it within frigate was causing nothing but issues.
Frigate supports updating the internal go2rtc, that would likely fix this.
Having the exact same problem and both live feeds don't show any sign of glicthes, only frigate, so its not a source problem. Following pics in either rtsp or rtmp mode:
Found this issue from 2 years ago saying to use rtmp but its not working for some reason in frigate while it works in vlc.
Edit: Forgot to say, this has been happening since I installed the cameras 1 year ago and i always thought it was interference from powerline but for some reason the last couple of days 70 to 90% of the footage is just glitches, the glitches increased a lot and are even bigger covering almost the entire frame.
Which live feed are you watching to say it isn't in the live feed?
You can't compare a camera's own live view to what frigate is receiving because the camera never sends it via rtsp / rtmp for internal use like it does for external services. I have a feeling you are using reolinks which this is a very common problem on reolinks and is well documented.
Which live feed are you watching to say it isn't in the live feed?
You can't compare a camera's own live view to what frigate is receiving because the camera never sends it via rtsp / rtmp for internal use like it does for external services. I have a feeling you are using reolinks which this is a very common problem on reolinks and is well documented.
Well that was fast, the rtsp Link in VLC is the exact one in the frigate config, yes I'm using 2 Reolinks RLC-520A. I'm sorry but I'm not understanding the part about the frigate not receiving the live rstp like VLC. Could you please give me a link to the "documentation" of this problem since I was unable to find it and i just want to understand it better.
Bellow is the config used for the camera above aswell as the link used in frigate Thanks
Garagem:
mqtt:
timestamp: False
bounding_box: False
crop: True
quality: 100
height: 1000
ffmpeg:
inputs:
- path: rtsp://admin:pass@192.168.1.40:554//h265Preview_01_main
roles:
- record
- detect
motion:
mask:
- 1920,369,1920,848,1876,830,1823,792,1776,765,1733,702,1737,604,1768,413,1778,375
detect:
enabled: True
width: 1920
height: 1080
fps: 5
record: # <----- Enable recording
enabled: True
retain:
days: 20
Here's an example https://www.reddit.com/r/reolinkcam/comments/pu2o7x/why_are_the_films_coming_out_blotchy_and_with/
The recommended configuration for reolinks cameras is https://docs.frigate.video/configuration/camera_specific#reolink-cameras
Thanks for the help, I will look into it, just managed to get the rtmp working and its 100x better.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the problem you are having
Hello. Over the past few weeks I have worked on my Frigate NVR. I have been able to resolve most of my issues, except this one. Some of my recordings contain glitches as shown in the pictures.
Version
3.9
Frigate config file
Relevant log output
FFprobe output from your camera
Frigate stats
No response
Operating system
Debian
Install method
Docker Compose
Coral version
CPU (no coral)
Network connection
Wired
Camera make and model
Axis: AXIS M2036-LE Bullet Camera; Axis: AXIS P1468-LE Bullet Camera; Axis: AXIS P1465-LE Bullet Camera - 9mm
Any other information that may be helpful
Running Go2RTC In a separate docker container since running it within frigate was causing nothing but issues.