-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hls Config #325
Comments
As of <ReactPlayer
url={url}
config={{
file: {
hlsOptions: {
// options here
}
}
}}
/> |
Thank you @cookpete! |
I tried to change the hls configuration to add authorization header but does not seem to work for me. |
I don't think this is currently working, at least on 2.6.2. My implementation is identical to @amanpwl92 with no success. Has anyone been able to this to work? |
Something must have changed because the above wasn't working for me either.
|
Is it (or would it be) possible to pass configuration to the Hls object as stated in the Hls.js documentation?
The text was updated successfully, but these errors were encountered: