Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead Access

Deprecation Warning: Using player.tech_.hls is Deprecated, Please Use player.tech_.vhs Instead

New:

  1. Check if there is an update available for the plugin. Most plugin authors have released updates to support Video.js 8 and VHS.
  2. If no update is available, you may need to remain on Video.js 7 temporarily or fork the plugin to update the reference yourself.

var hls = player.tech().hls; console.log(hls.playlists.master); Use code with caution. New (Recommended): javascript Deprecation Warning: Using player