Videojs Warn Player.tech--.hls Is Deprecated. Use Player.tech--.vhs Instead [PREMIUM — BLUEPRINT]
const player = videojs('my-player', { techOrder: ['vhs'], sources: [{ src: 'https://example.com/hls-stream.m3u8', type: 'application/x-mpegURL', }], });
