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
Be sure to search for your issue before opening a new one.
The versions of dash.js and hls.js being used in react-player are several releases out of date, as such:
dash.js 2.9.2 -> 3.1.3 hls.js 0.13.1 -> 0.14.16
More recent versions are available via jsdelivr and cdnjs, but are not being used.
react-player should use the most recent stable release of dash.js and hls.js without needing to specify the newer versions in the configuration.
By default, the older versions of dash.js and hls.js are used.
The text was updated successfully, but these errors were encountered:
yes currently this package is not run although, I have tried previous version 1.15.2 ? any idea so please share ?
Sorry, something went wrong.
Fixed by #1056
No branches or pull requests
Be sure to search for your issue before opening a new one.
Current Behavior
The versions of dash.js and hls.js being used in react-player are several releases out of date, as such:
dash.js 2.9.2 -> 3.1.3
hls.js 0.13.1 -> 0.14.16
More recent versions are available via jsdelivr and cdnjs, but are not being used.
Expected Behavior
react-player should use the most recent stable release of dash.js and hls.js without needing to specify the newer versions in the configuration.
Steps to Reproduce
By default, the older versions of dash.js and hls.js are used.
The text was updated successfully, but these errors were encountered: