Skip to content

Muxer error caused by video timestamp adjustment #90

@khyhern

Description

@khyhern

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions