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

hls player didn't work with preload options #357

Open
321vka opened this issue Mar 3, 2023 · 0 comments
Open

hls player didn't work with preload options #357

321vka opened this issue Mar 3, 2023 · 0 comments

Comments

@321vka
Copy link

321vka commented Mar 3, 2023

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:

<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>
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