Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead ~repack~ -
Have additional questions about VHS migrations? Check the official Video.js Slack or the @videojs/http-streaming GitHub issues page.
To resolve the deprecation warning, update your code to reference the vhs property instead of hls . Have additional questions about VHS migrations
The fix is straightforward but requires a careful search of your codebase. Have additional questions about VHS migrations
if the browser is using its native HLS engine instead of the Video.js VHS engine. Use overrideNative: true Have additional questions about VHS migrations
If there’s a public method on the player for what you need (e.g., player.currentTime() ), always prefer that over player.tech_.vhs . Use tech_.vhs only when absolutely necessary.