Replies: 1 comment
-
@mekya It is working as expected now after putting the server address in the CORS policy. |
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
-
Hi @yashtandon113,
I want to share our discussion here because it may help some friends.
You were testing to upload the HLS chunks to S3 directly while live stream is active. Additionally, user would like to play the stream through the embedded player we provide.
I've investigate this case and it turns out that the problem is about CORS and the server address should be entered in S3 bucket configuration.
Let me tell how I resolved the issue step by step
AllowedOrigin
specifically because of CORS policy. Check the image belowIt's working for me. Please check that if it's working for you.
Let me know if I can help for anything.
Here is the documentation about S3 Integration and HTTP Forwarding
Cheers
Oguz
Beta Was this translation helpful? Give feedback.
All reactions