diff --git a/products/stream/src/content/uploading-videos/upload-video-file.md b/products/stream/src/content/uploading-videos/upload-video-file.md index e61dc4a52362529..b28e3a5d3fa481f 100644 --- a/products/stream/src/content/uploading-videos/upload-video-file.md +++ b/products/stream/src/content/uploading-videos/upload-video-file.md @@ -41,6 +41,14 @@ We recommend increasing the chunk size to 52,428,800 bytes for better performanc + + ### Specifying upload options The tus protocol allows you to add optional parameters [in the `Upload-Metadata` header](https://tus.io/protocols/resumable-upload.html#upload-metadata). @@ -213,4 +221,3 @@ upload.start(); ``` -