In a live production using a Decklink 8k, we've observed playback latency increasing steadily at a rate of around 1ms per minute. We've narrowed down the delay to frame scheduling. Specifically, the latency from
- Code: Select all
ScheduleVideoFrame
to
- Code: Select all
ScheduledFrameCompleted
starts at 50ms and climbs up to over 300ms after a few hours. This eventually leads to media queue backup and manifests as stuttering video/audio in the final output.
This happens no matter the mode, though we are mostly focused on Hp59 and Hi59 outputs. This is on SDK version 11.5.1. Is there anything we can do to pinpoint and resolve the issue?
Thanks.