Summary
Recording fails with muxer error after video timestamp adjustment warning is triggered.
Log
Video timestamp adjusted. The timestamp IFrameProvider provided may not be realtime.
AsyncGPUReadbackTransform: Buffer pool exhausted.
failed to append sample buffer: video input, The operation could not be completed
UniEncException: UniEnc error (MuxingError): Failed to finish audio of muxer
Fix
Disable timestamp adjustment by setting high thresholds in RealtimeEncodingOptions:
VideoLagAdjustmentThreshold = 3600.0,
AudioLagAdjustmentThreshold = 3600.0,