Deleted User
03/16/2022, 8:22 PMDeleted User
03/17/2022, 2:17 PMDeleted User
03/17/2022, 2:18 PMDeleted User
03/17/2022, 2:22 PMrrnn
03/17/2022, 6:06 PMMatt Hensley
03/17/2022, 7:00 PMIsaac McFadyen | YYZ01
03/18/2022, 3:05 PMthird774 | Cloudflare Stream
03/18/2022, 3:56 PMIsaac McFadyen | YYZ01
03/18/2022, 4:09 PMrrnn
03/19/2022, 3:15 AMIsaac McFadyen | YYZ01
03/19/2022, 12:25 PMminutes * number of providers
right?Glenn
03/22/2022, 5:02 PMIsaac McFadyen | YYZ01
03/22/2022, 5:06 PMganesh
03/23/2022, 6:16 PMheaders, cloudflare_config = self.get_headers()
headers["Tus-Resumable"] = "1.0.0"
headers["Upload-Length"] = "900000000"
headers["Content-Length"] = "0"
headers["Upload-Metadata"] = "requiresignedurls" #trying here first
token_url = BASE_URL + 'accounts/' + cloudflare_config['ACCOUNT_ID'] + '/stream'
try:
data = {
'maxDurationSeconds': 21600,
'requireSignedURLs': True
}
my_client = client.TusClient(token_url, headers=headers)
my_client.set_headers({'Upload-Metadata': 'requiresignedurls'}) #trying here again
my_client.metadata = {'requiresignedurls': True} #trying here again
I have tried to send the metadata in three places in the above code. None of them are working.
Can anyone help me on this issue please?"ClaquetteuuuH
03/23/2022, 11:44 PMDeleted User
03/24/2022, 7:35 AM"ClaquetteuuuH
03/24/2022, 12:32 PM"ClaquetteuuuH
03/24/2022, 12:41 PM"ClaquetteuuuH
03/24/2022, 12:41 PM"ClaquetteuuuH
03/24/2022, 12:41 PMIsaac McFadyen | YYZ01
03/24/2022, 12:42 PM"ClaquetteuuuH
03/24/2022, 12:42 PM"ClaquetteuuuH
03/24/2022, 12:42 PM"ClaquetteuuuH
03/24/2022, 12:42 PMIsaac McFadyen | YYZ01
03/24/2022, 12:43 PM"ClaquetteuuuH
03/24/2022, 12:43 PM"ClaquetteuuuH
03/24/2022, 3:15 PM"ClaquetteuuuH
03/24/2022, 3:16 PMhttps://cdn.discordapp.com/attachments/909458221419356210/956570802558480445/unknown.pngâ–ľ
https://cdn.discordapp.com/attachments/909458221419356210/956570843004149780/unknown.pngâ–ľ
"ClaquetteuuuH
03/24/2022, 3:16 PMhttps://cdn.discordapp.com/attachments/909458221419356210/956571016191164457/unknown.pngâ–ľ
"ClaquetteuuuH
03/24/2022, 3:17 PM