top of page

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

const player = videojs('my-player', { techOrder: ['vhs'], sources: [{ src: 'https://example.com/hls-stream.m3u8', type: 'application/x-mpegURL', }], });

bottom of page