Skip to content
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

Doesn't work without license key #8

Open
tjvg91 opened this issue Jul 12, 2022 · 4 comments
Open

Doesn't work without license key #8

tjvg91 opened this issue Jul 12, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation triaged

Comments

@tjvg91
Copy link

tjvg91 commented Jul 12, 2022

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?

@imbcmdth imbcmdth added the documentation Improvements or additions to documentation label Jan 19, 2023
@jwbrandon
Copy link

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.

@jdunningjwp
Copy link
Contributor

jdunningjwp commented May 4, 2023

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'}}
/>

@amowu

This comment was marked as resolved.

@gauthierm
Copy link

Maybe there should be a callback event for when the library is loaded so you can set the commercial key using jwplayer.key.

If setting it in the config prop works, it is certainly undocumented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation triaged
Projects
None yet
Development

No branches or pull requests

6 participants