From 85f8d777eda54c92d0574ea7adb26c8fff2828fd Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 2 Mar 2024 13:45:42 +0000 Subject: [PATCH] e --- unifi/cams/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unifi/cams/base.py b/unifi/cams/base.py index 23e9e2e..89d03ad 100644 --- a/unifi/cams/base.py +++ b/unifi/cams/base.py @@ -901,7 +901,7 @@ class UnifiCamBase(metaclass=ABCMeta): def get_base_ffmpeg_args(self, stream_index: str = "") -> str: base_args = [ - "-avoid_negative_ts", + # "-avoid_negative_ts", # "make_zero", "-fflags", # "+genpts+discardcorrupt",