videosphere
    Preparing search index...

    Function waitUntilVimeoUploadAndTranscodeComplete

    • After TUS PATCH, wait until the file is ingested and transcoding has finished. Vimeo's docs treat upload.status and transcode.status separately; tagging right after upload completes (but before transcode) can return HTTP 2xx without tags sticking on the video.

      Non-2xx status probes are retried with backoff until deadlineMs. Vimeo upload.status / transcode.status of error fails immediately.

      Parameters

      • videoBasePath: string
      • accessToken: string
      • Optionalopts: { deadlineMs?: number; pollIntervalMs?: number; signal?: AbortSignal }

      Returns Promise<void>