We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a609126 commit 2acf8bcCopy full SHA for 2acf8bc
livekit-rtc/livekit/rtc/synchronizer.py
@@ -175,7 +175,6 @@ async def wait_next_process(self) -> None:
175
# check if significantly behind schedule
176
if -sleep_time > self._max_delay_tolerance_secs:
177
logger.warning(f"Frame capture was behind schedule for {-sleep_time * 1000:.2f} ms")
178
- self._next_frame_time = time.perf_counter()
179
180
def after_process(self) -> None:
181
"""Update timing information after processing a frame."""
0 commit comments