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

Stop preloading evenif autoplay="false" and preload="none" #386

Open
prakash-bbsr opened this issue Aug 12, 2023 · 1 comment
Open

Stop preloading evenif autoplay="false" and preload="none" #386

prakash-bbsr opened this issue Aug 12, 2023 · 1 comment

Comments

@prakash-bbsr
Copy link

Description

We are using both videojs and videojs-contrib-dash to play MPEG file. We have observed the chunks are downloaded when the page loaded. It means before click on the play button. In this way the website page performance is hampering.

Steps to reproduce

https://codepen.io/pcn2007/pen/dyQBVQK

Results

Expected

Chunks should not be downloaded until and unless click on the play button.

Actual

The MPEG chunks are going to download on before click on the play button.

Error output

No error

Additional Information

Please include any additional information necessary here. Including the following:

versions

videojs https://vjs.zencdn.net/7.11.4/video.js

videojs-contrib-dash https://cdn.jsdelivr.net/npm/[email protected]/dist/videojs-dash.min.js

what version of videojs does this occur with?

browsers

I have checked in both Chrome and Firefox browsers

OSes

My system is Ubuntu OS

plugins

Videojs
Dash
videojs-contrib-dash.js

@ParasPidurkar
Copy link

@prakash-bbsr have you found solution to this issue ? i am having similar issue

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

2 participants