From 06a289c49e787562fb64c90f83a016df837955bf Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 2 Mar 2024 12:50:31 +0000 Subject: [PATCH] e --- unifi/cams/base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unifi/cams/base.py b/unifi/cams/base.py index ef63ba9..f6176fe 100644 --- a/unifi/cams/base.py +++ b/unifi/cams/base.py @@ -901,10 +901,10 @@ class UnifiCamBase(metaclass=ABCMeta): def get_base_ffmpeg_args(self, stream_index: str = "") -> str: base_args = [ - "-avoid_negative_ts", - "make_zero", + # "-avoid_negative_ts", + # "make_zero", "-fflags", - "+genpts+discardcorrupt", + "discardcorrupt", # "-use_wallclock_as_timestamps 1", ]