[Camera Support]: Stuttering in live/playback; Via Reolink app no issues #14743
Unanswered
rpm5099
asked this question in
Camera Support
Replies: 1 comment 4 replies
-
You might try using the ffmpeg module with go2rtc, eg:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I have an issue with my video stuttering, both live and recorded. I have searched and read through every single issue and post on every site that could even be remotely related, tried every suggestion and configuration, and gotten nowhere. I built this as a dedicated system specifically for security cameras, I'm not running it on proxmox or raspberry pi - it's a 20 core Intel i5 with 64GB of memory, GTX 1650 GPU, 2 coral TPU's and NVME hdd. The OS is Ubuntu 22.04 and running docker compose
I have several 4k Reolink Trackmix Wifi cameras connected via ethernet cable, only one is currently connected because I have not yet mounted the others outside. Viewing the video via the web interface or from the Reolink desktop app the video looks fine, no stuttering at all. This includes if I copy the saved video files off the SD card in the cameras. I'm pretty much ruling out issues with the camera itself due to that (I sniffed the reolink app, but it must use some proprietary protocol on port 9000).
In addition, I am getting frequent crashes of ffmpeg for various reasons, probably related to all the settings changes I have been continually making. I have not included those logs. The crashes are mostly related to detect errors and "unable to read frames from ffmpeg process"
I have to admit I'm pretty frustrated at this point, I can't proceed with adding additional cameras until I get this resolved. I am not going to tolerate stuttering video. Everyone has been very helpful in other posts here, hopefully I am just doing something dumb. Thanks in advance.
Version
System 0.14.1-f4f3cfa
What browser(s) are you using?
Thorium Version 124.0.6367.218 (Official Build) (64-bit)
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
FFprobe output from your camera
Frigate stats
Operating system
Other Linux
Install method
Docker Compose
Object Detector
Coral
Network connection
Wired
Camera make and model
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
Frigate Docker Image
ghcr.io/blakeblackshear/frigate stable d1502760b3b1 2 months ago 1.92GB
Docker Version
Client: Docker Engine - Community
Version: 27.3.1
API version: 1.47
Go version: go1.22.7
Git commit: ce12230
Built: Fri Sep 20 11:41:00 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Engine - Community
Engine:
Version: 27.3.1
API version: 1.47 (minimum version 1.24)
Go version: go1.22.7
Git commit: 41ca978
Built: Fri Sep 20 11:41:00 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.22
GitCommit: 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
runc:
Version: 1.1.14
GitCommit: v1.1.14-0-g2c9f560
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Beta Was this translation helpful? Give feedback.
All reactions