From e2ffdee1cd0d1205c19f474faf92809406f21070 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 2 Mar 2024 13:33:13 +0000 Subject: [PATCH] e --- unifi/cams/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unifi/cams/base.py b/unifi/cams/base.py index f46b567..087b53f 100644 --- a/unifi/cams/base.py +++ b/unifi/cams/base.py @@ -902,9 +902,9 @@ class UnifiCamBase(metaclass=ABCMeta): def get_base_ffmpeg_args(self, stream_index: str = "") -> str: base_args = [ "-avoid_negative_ts", - "make_zero", + # "make_zero", "-fflags", - # "+genpts+discardcorrupt", + "+genpts+discardcorrupt", # "-use_wallclock_as_timestamps 1", ]