-
Notifications
You must be signed in to change notification settings - Fork 426
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
[question] prevent prefetch hls playlist on page load #813
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Unfortunately, that is a bug that we need to address. For now, the workaround would be to not set the source on the player until a play request is made. |
thanks for your reply. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We've since addressed this issue #1060 |
Description
I have server side video transcoder . video transcoding will starting when request hls playlist. On my page 5 instances videojs and browser trigger start 5 encoding process when page loaded in sametime, it's very bad and generate overload.
how to load playlist after click play button?
Sources
gist
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
Please describe what you expected to happen that did not happen in the description.
Error output
If there are any errors in the console, from the player, or anywhere else please include them here:
Additional Information
Please include any additional information necessary here. Including the following:
videojs-http-streaming version
what version of videojs-http-streaming does this occur with?
videojs-http-streaming 7.6.6(videojs from cdn)
videojs version
what version of videojs does this occur with?
video.js 7.6.6 (cdn)
Platforms/browsers
what platforms are affected? please include operating system and version or device and version for each
Other Plugins
are any other videojs plugins being used on the page? If so, please list them with version below.
*
Other JavaScript
are you using any other javascript libraries or frameworks on the page? if so please list them below.
*
The text was updated successfully, but these errors were encountered: