TUS supports resumable uploads and is recommended for all uploads, especially large files.
Upload video files to Livepeer Studio with TUS resumable uploads or PUT.
const { data } = await livepeer.asset.create({ name: "my-video.mp4" });
// data.tusUploadUrl for TUS client on frontend
// data.asset has asset id
Was this page helpful?