"ffmpeg_recoverable_errors" - subset of the error? #207
-
Quick Question: For "ffmpeg_recoverable_errors" - do you put just a subset of the error string, the beginning of the string or something else? I tried:
But not sure if it is the correct thing for this error:
I have two cameras that are slow to respond initially (because of extra hops) but once they get going, they're fine. Trying to get past that initial error. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Some cameras doesnt report their FPS correctly, (as you can see from the log FFprobe found Width, Height but no FPS, so you could just add If you specify |
Beta Was this translation helpful? Give feedback.
ffmpeg_recoverable_errors
will not help in this regard unfortunately.Some cameras doesnt report their FPS correctly, (as you can see from the log FFprobe found Width, Height but no FPS, so you could just add
fps: CAMERA_FPS_HERE
to your camera config.If you specify
width
,height
,fps
,codec
andaudio_codec
in the config, then the call to FFprobe to get stream information will be skipped entirely and startup will be much faster, but there is a bug that causes Viseron to crash if you setaudio_codec
which i am going to push a fix for in a few minutes.