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", ]