← All changelog entries

Chunked upload for SFTP

Improvement Fix

Until recently, recordings that were larger than 1GB failed to upload through SFTP.

With this update, we’ve implemented chunked upload through SFTP for the transcoded .mp4 file and original raw recording, removing any size limit.

The fix comes in two parts:

  1. Large files are read in smaller chunks
  2. Those smaller chunks are streamed with a higher upload speed towards your server through SFTP