Is there anyway I can place video.js without setting source on video tag? Video.js fails without source when starts.
I want place video.js without source and set sourace from js api later.
same question here but no one answered. VideoJS, without source?
Use
preload="none"
on the video elementThen load with the API