You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried setting it on the video element itself and as an option in the videojs call, but the video gets preloaded anyway. Am I doing something wrong?
I'm using version 0.11.3.
The text was updated successfully, but these errors were encountered:
I actually did try the VHS build but it didn't work for me, couldn't get the video to actually load (essentially the same component code), but figured that was a separate issue.
I have created a basic Vue 3 component for video playback, but I can't seem to get
preload="none"
(orpreload="metadata"
for that matter) working.Component code
I've tried setting it on the video element itself and as an option in the
videojs
call, but the video gets preloaded anyway. Am I doing something wrong?I'm using version 0.11.3.
The text was updated successfully, but these errors were encountered: