-
I have a list of ffmpeg params to make ffmpeg not to crash while read stream from one shitty camera but I do not catch the magic how to write it down to viseron configuration file: Could somebody explain me that? I think it's gonna to global_args, but I cannot understand syntax for that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
What does your full working command look like? Depending on where you put them you can use Config should look like this: input_args:
- -err_detect
- ignore_err
- -y
- -fflags
- +genpts
- -thread_queue_size
- 512
- -use_wallclock_as_timestamps
- 1 Indentation needs to be fixed of course, wrote this out on my phone but I think I got it right |
Beta Was this translation helpful? Give feedback.
So I solved my problem in radical way: I've flashed camera with OpenIPC. Thanks for answers.