You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there! I wanted to use it to distribute and display videos via HFS, but the browser doesn't display the video via PlayerJS. And when I checked the reason from the browser, I saw this error - "CORS Missing Allow Origin".
I used NGINX before, this problem was also present in NGINX. And fix the problem to the configuration file "add_header Access-Control-Allow-Origin *;" I solved it by adding a tag.
I would like you to add this feature in HFS as well.
The text was updated successfully, but these errors were encountered:
Hello there! I wanted to use it to distribute and display videos via HFS, but the browser doesn't display the video via PlayerJS. And when I checked the reason from the browser, I saw this error - "CORS Missing Allow Origin".
I used NGINX before, this problem was also present in NGINX. And fix the problem to the configuration file "add_header Access-Control-Allow-Origin *;" I solved it by adding a tag.
I would like you to add this feature in HFS as well.
The text was updated successfully, but these errors were encountered: