Answer for HLS streaming using EvoStream
Hi raj, In webconfig.lua, you can insert this node at the same node level as the webRootFolder or the supportedMimeTypes node:includeResponseHeaders=
{
{
header="Access-Control-Allow-Origin",
content="*",
override=true,
},
},
Restart the Evo web server for changes to take effect.
Xai