I use this package node-ytdl to get a direct link of any youtube video.
When I start playing the source using a regular HTML5 tag it works with cors() on the express server.
but once I start using video.js to run the video it gives me cors error, this CORS error get working with Google Chrome CORS extension.
Idk is this needme to have a copy of video.js package and tweak it or there's a known work around ?