We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I continually get this error.
JW Player Error 100011. For more information see https://developer.jwplayer.com/jw-player/docs/developer-guide/api/errors-reference#100011
So I basically can't proceed. I have license key but don't know how to integrate it. How?
The text was updated successfully, but these errors were encountered:
License keys are required when using JWPlayer. We should document this limitation and or add a way to provide a license key on the react component.
Sorry, something went wrong.
A way to add a license key to the JWPlayer component is by adding a config prop with an object that has a key property.
Example:
<JWPlayer file='https://path-to-my.mp4' library='https://path-to-my-library.js' config={{key: 'your-key-here'}} />
Maybe there should be a callback event for when the library is loaded so you can set the commercial key using jwplayer.key.
jwplayer.key
If setting it in the config prop works, it is certainly undocumented.
No branches or pull requests
I continually get this error.
So I basically can't proceed. I have license key but don't know how to integrate it. How?
The text was updated successfully, but these errors were encountered: