Skip to content
Discussion options

You must be logged in to vote

I got a solution for this, this was happening when I had h265 hardware acceleration enabled in ffmpeg config.
After changing it to h264 hardware accelearation enabled I didn't experience this issue anymore in fedora 42.

ffmpeg:
  hwaccel_args: preset-intel-qsv-h264
  output_args:
    record: preset-record-generic-audio-aac

(I also had to change my internal cameras config to stream h264 videos instead of h265).

I guess the real issue was that my frigate instance has assigned just 2 available cpus and 2gb available ram, may be the server was taking too long to transcode from h265 to h264 for browser (because of those poor hardware settings) and frigate thought it was a connection issue.

Now…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by adrianlocurcio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment