Hi guys!
I’ve been using Cloudflare Stream for a while now and for captions I’ve been using
The request is this, xx replacing specifics and such:
curl --location --request PUT ‘https://api.cloudflare.com/client/v4/accounts/xx/stream/xx/captions/se’ \
–header ‘X-Auth-Key: xx’ \
–header ‘X-Auth-Email: xx’ \
–form ‘[email protected]/xx/Downloads/Swedish.vtt’
response:
{
“result”: null,
“success”: false,
“errors”: [
{
“code”: 10004,
“message”: “Decoding Error”
}
],
“messages”: null
}
I tried this with a couple of files, both valid .vtt files already used for this. What could be the issue?