Rares
Rares
CDCloudflare Developers
Created by Rares on 9/3/2024 in #workers-help
Worker Analytics Engine query on local
Hey, so i am testing this feature locally but how i can query the data since on the https://api.cloudflare.com/client/v4/accounts/:account-id/analytics_engine/sql shows no tables
3 replies
CDCloudflare Developers
Created by Rares on 5/30/2024 in #workers-help
live stream lifecycle not working
I want to get the video uid to display the stream, but the lifecycle endpoint always gives this response
{
isInput: true,
videoUID: null,
live: false,
status: 'disconnected',
chunked: true
}
{
isInput: true,
videoUID: null,
live: false,
status: 'disconnected',
chunked: true
}
1 replies