The status of a video streamed with the stream function is always “live” and cannot

Type

Live Streaming

What is the issue you’re encountering

I am running a webinar delivery app, but the status of the video I delivered yesterday, 7/3, has remained “live” all the way to “ready” and I am unable to download the video. Will I still be charged for the “live” status? Also, when I try to delete the “live” video, I get an error message and cannot delete it, and when I try to curl the video to stop it, I get a 404. What should I do about this?

Screenshot of the error

curl “https://api.cloudflare.com/client/v4/accounts/9f1b2a65aec3c1fdf2768415ce1d6c66/stre
am/4218ea36c27e08f7208c26e278e23077” -H “Authorization: Bearer VY5Lx8IcWrwcIo6vucUMCD_VatIYS5Ceg_tlCTh6” -H “Content-Type:
application/json”
{
“result”: null,
“success”: false,
“errors”: [
{
“code”: 10003,
“message”: “Not Found: The requested resource or operation was not found.”
}
],
“messages”: null
}

The response is also strange, returning the above error. If the video says “ready”, the response is returned, but with this one, it is an error and does not return.

I have the same issue with several videos that were shot live for a duration between 10 minutes to 2 hours. They were shot days ao and are still in “live” status. One example attached like yours. I have not been able to resole this issue and seems independent to our application but dependent to Cloudflare. Can anybody help?