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
Hi, With hls video player its starts loading the chunk files. and download the first 4 files automatically.
How to stop downloading these files automatically. preload attribute is not working.
preload
This is my code:
<vm-player controls> <vm-hls version="latest" preload="none" > <source data-src="https://multiplatform-f.akamaihd.net/i/multi/april11/sintel/sintel-hd_,512x288_450_b,640x360_700_b,768x432_1000_b,1024x576_1400_m,.mp4.csmil/master.m3u8" type="application/x-mpegURL" /> </vm-hls> <!-- ... --> </vm-player>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
With hls video player its starts loading the chunk files. and download the first 4 files automatically.
How to stop downloading these files automatically.
preload
attribute is not working.This is my code:
The text was updated successfully, but these errors were encountered: