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

could not read hls.js #49

Open
iPypeNB opened this issue Aug 8, 2023 · 0 comments
Open

could not read hls.js #49

iPypeNB opened this issue Aug 8, 2023 · 0 comments

Comments

@iPypeNB
Copy link

iPypeNB commented Aug 8, 2023

Could not read source map for https://cdn.jsdelivr.net/npm/hls.js@latest: Unexpected 404 response from https://cdn.jsdelivr.net/npm/hls.min.js.map: Failed to resolve the requested file.

<title>video_hls_test</title> <script src="https://cdn.jsdelivr.net/npm/hls.js@latest" type="application/javascript"></script> <script src="main.dart.js" type="application/javascript"></script> <script> // The value below is injected by flutter build, do not touch. var serviceWorkerVersion = null; </script> <script src="flutter.js" defer></script> <script> window.addEventListener('load', function(ev) { // Download main.dart.js _flutter.loader.loadEntrypoint({ serviceWorker: { serviceWorkerVersion: serviceWorkerVersion, }, onEntrypointLoaded: function(engineInitializer) { engineInitializer.initializeEngine().then(function(appRunner) { appRunner.runApp(); }); } }); }); </script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant