s1w
12/08/2022, 12:55 AMname
is specified in the example on upload via link, it seems that the documentation here https://developers.cloudflare.com/api/operations/stream-videos-upload-videos-from-a-url is missing some fields?canastro
12/08/2022, 9:20 AMkorayaggul
12/08/2022, 2:46 PMpoacher2k
12/08/2022, 7:02 PMWilliam Blankenship
12/08/2022, 10:55 PMrrnn
12/09/2022, 5:03 AMJustinNoel
12/09/2022, 12:25 PMskaboy007
12/10/2022, 7:05 PMSakuraFC
12/12/2022, 11:58 PMkeybrdist
12/13/2022, 1:09 AMEduardLeap
12/13/2022, 11:12 AMEduardLeap
12/13/2022, 11:14 AMEduardLeap
12/13/2022, 11:15 AMOnyx
12/14/2022, 10:42 AMleon22212
12/14/2022, 7:21 PMleon22212
12/14/2022, 7:25 PMMalmoc
12/15/2022, 1:32 PMelithrar
12/15/2022, 2:35 PMMalmoc
12/15/2022, 2:44 PMJohn
12/15/2022, 5:00 PMstatus: 201,
headers: {
"date": "Thu, 15 Dec 2022 16:52:57 GMT",
"content-type": "application/sdp",
"content-length": "1837",
"location": "/<secret>/webRTC/publish",
<snip>
"access-control-allow-methods": "PATCH,POST,DELETE,OPTIONS",
"access-control-expose-headers": "x-thunderclap,location,link,accept-post,accept-patch,etag",
"protocol-version": "draft-ietf-wish-whip-05",
"x-thunderclap": "DFW",
"server": "cloudflare",
"cf-ray": "77a0b1521ff50baf-DFW",
},
Then attempting to delete it results in:
curl -v -X DELETE https://customer-<cid>.cloudflarestream.com/<secret>/webRTC/publish
HTTP/2 405
< date: Thu, 15 Dec 2022 16:53:27 GMT
< content-type: text/plain;charset=UTF-8
< content-length: 29
< access-control-allow-origin: *
< link: <stun:stun.cloudflare.com:3478>; rel="ice-server"
< vary: Origin
< accept-post: application/sdp
< access-control-allow-credentials: true
< access-control-allow-headers: content-type,authorization,if-match
< access-control-allow-methods: PATCH,POST,DELETE,OPTIONS
< access-control-expose-headers: x-thunderclap,location,link,accept-post,accept-patch,etag
< server: cloudflare
< cf-ray: 77a0b2105a150c1b-DFW
Dio
12/15/2022, 8:32 PMUnsmart | Tech debt
12/15/2022, 8:38 PMDio
12/15/2022, 9:23 PMDio
12/15/2022, 9:24 PMtt2468
12/15/2022, 9:36 PMtt2468
12/15/2022, 9:37 PMDio
12/16/2022, 6:05 AMOnyx
12/16/2022, 10:01 AM