From 394bff34e5ef1ac7fb1f4dbb79e62462553d633a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 5 Feb 2024 01:52:37 -0700 Subject: [PATCH] Set binaryStreamOnly --- component/video/camera.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/component/video/camera.tsx b/component/video/camera.tsx index 1a0e682..4d99d29 100644 --- a/component/video/camera.tsx +++ b/component/video/camera.tsx @@ -63,6 +63,7 @@ class StreamUploadManager { toUrl: uploadUrl, files: [{ filepath: filepath }], method: "PUT", + binaryStreamOnly: true, headers: { "Content-Type": "application/octet-stream", },