Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead !new! -
Deprecation Warning: Using player.tech_.hls is Deprecated, Please Use player.tech_.vhs Instead
- Migrate to VHS: Update your code to use
player.tech_.vhsinstead ofplayer.tech_.hls. This involves:// Recommended (New) var hls = player.tech_.vhs;
After:
4. How to Fix It (General Approach)
Resolving the Video.js Deprecation Warning: Replacing player.tech_.hls with player.tech_.vhs

