How to set the frame rate of Birdseye Restream to 25fps #21328
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The Birdseye restream frame rate cannot be directly configured in Frigate. The available Birdseye configuration options are limited to The frame rate of the Birdseye restream is determined by Frigate's internal processing and cannot be set to a specific value like 25fps through the configuration file(1). If you need to modify the frame rate of the restream, you would need to use go2rtc's FFmpeg transcoding capabilities on the Birdseye stream. You can configure go2rtc to transcode the Birdseye RTSP stream with a specific frame rate by modifying your go2rtc streams configuration(2): go2rtc:
streams:
stream:
- "ffmpeg:rtsp://127.0.0.1:8554/birdseye#video=h264#hardware#raw=-r 25"
- "ffmpeg:stream#push=rtmp://172.18.0.89:1935/stream"This approach uses go2rtc's FFmpeg source to transcode the Birdseye stream with the 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.

The AI is mostly correct here.
Birdseye is generated from the
detectstream of your cameras. The default is 5, and you can increase it to 10 at most, but that will also double CPU usage for the entire processing pipeline.Increasing it though is not recommended as it will start to impact object detection and generate a lot of CPU usage even when not viewing.
The recommendation is to use go2rtc for viewing your streams if you need high quality/high frame rate video. See the official Live view documentation: https://docs.frigate.video/configuration/live/