its able to get the token but can’t stream why
My camera id is correct and credentials used are correct
I am using localhost i have added Cors in api gateway also
appsettings.production.json
{
“CORS”: {
“Enabled”: true,
“Access-Control-Allow-Origin”: “*”,
“Access-Control-Allow-Headers”: “*”,
“Access-Control-Allow-Methods”: “*”
}
}
I am using 2023 R3
Please help
