top of page

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

Video.js is a popular open‑source HTML5 video player framework. For HLS streaming, it relies on a — the underlying playback engine. Historically, Video.js used a tech named hls (provided by the videojs-contrib-hls package).

If you are accessing playback data (like playlists or bitrates) via the player's tech, change hls to vhs . player.tech().hls Recommended: player.tech().vhs Example: javascript

Step 1 — Identify how HLS is included

bottom of page