Replies: 2 comments 5 replies
-
|
added to main, will be added to next release |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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