If you recently updated Video.js or your browser console is suddenly flooded with the warning player.tech().hls is deprecated. use player.tech().vhs instead , you aren't alone. This is a common transition point for developers moving toward more modern streaming standards. ⚡ The Quick Fix
The warning is telling you:
videojs('my-player', html5: hls: overrideNative: true ); Use code with caution. javascript If you recently updated Video