Hi!
When using tus, is it 'Upload-Creator': creatorId
or is it 'Upload-Creator': btoa(creatorId)
?
The docs say:
Add the Creator ID via the Upload-Creator
header. For more information, refer to Using tus.
But “Using tus” says nothing at all about the Upload-Creator
header.
zaid
#2
You can pass the creator value as part of the Upload-Metadata header, as explained here: https://developers.cloudflare.com/stream/uploading-videos/direct-creator-uploads/#upload-metadata-header-syntax
Here is an example code snippet which sets the creator
property to test-creator
(dGVzdC1jcmVhdG9y
is base64 encoded string for test-creator
):
We’ll update the docs to make this clearer.
1 Like
In addition to @zaid’s comment, this video will show some examples on how header values get propagated with tus creator uploads:
2 Likes
system
closed
#4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.