Replies: 1 comment 5 replies
-
added to main, will be added to next release |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
is it possible to enable cors headers in the server? And if not, would you be open to implementing it?
The case is that whenever I want to use your server to stream into the website, it fails because of cors
For example. by using ReactHlsPlayer ( https://www.npmjs.com/package/react-hls-player ) and having
rtsp -> hls running on the secure domain, I get :
Access to XMLHttpRequest at 'https://*************/stream/' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
hls.js:14557 GET https://api.recallmagic.com/stream/ net::ERR_FAILED
Beta Was this translation helpful? Give feedback.
All reactions