Skip to content

Commit 2acf8bc

Browse files
committed
Removing updating _next_frame_time when video stream is behind
1 parent a609126 commit 2acf8bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

livekit-rtc/livekit/rtc/synchronizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ async def wait_next_process(self) -> None:
175175
# check if significantly behind schedule
176176
if -sleep_time > self._max_delay_tolerance_secs:
177177
logger.warning(f"Frame capture was behind schedule for {-sleep_time * 1000:.2f} ms")
178-
self._next_frame_time = time.perf_counter()
179178

180179
def after_process(self) -> None:
181180
"""Update timing information after processing a frame."""

0 commit comments

Comments
 (0)