Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead
The engine was renamed to VHS (Video.js HTTP Streaming).
Step 7 — Rollout
player.tech().hls is deprecated. Use player.tech().vhs instead #2 The engine was renamed to VHS (Video
Step 6 — Test playback across scenarios The engine was renamed to VHS (Video
In short:
Do not access player.tech_.vhs immediately after player initialization. The tech may still be loading. Use the loadeddata or techready event: The engine was renamed to VHS (Video
: By renaming the internal property from hls to vhs , the developers avoided confusion when using the same engine to play DASH content. How to Fix the Warning