Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead [patched] Here
If you are passing options specifically for HLS during player setup, rename the hls key to vhs . javascript
If you are accessing HLS properties at runtime (e.g., for bitrate switching or quality levels), change your references: javascript If you are passing options specifically for HLS
It is built directly into Video.js (v7+) so you no longer need to include external HLS plugins manually. Consistency: for bitrate switching or quality levels)
Simply replace all occurrences of .hls with .vhs . Make sure you are using the latest videojs and @videojs/http-streaming packages. If you are passing options specifically for HLS
Fix for "player.tech_.hls is deprecated" Warning