-
-
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
jsdelivr issue #1834
Comments
I'm having the same problem.
If possible, I'd like to see ReactPlayer change the default CDN address, or have it built in by default. |
Thank you!!!! |
It works very well. thank you. |
If you are using Next (14) you can have: import Script from 'next/script';
...
<Head>
...
<Script src="https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.1.4/hls.min.js" strategy="beforeInteractive" /> |
Be sure to search for your issue before opening a new one.
Current Behavior
HLS video does not play.
Expected Behavior
The problem seems to be occurring because the jsdelivr CDN certificate has expired.
Steps to Reproduce
Environment
Other Information
The text was updated successfully, but these errors were encountered: