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

If you are passing options to the player during initialization, update the key from hls to vhs within the html5 object. javascript

To resolve this, you need to update how you access the streaming technology object and how you configure your player options. 1. Update Programmatic Access If you are passing options to the player

If you switch to .vhs and it returns undefined , check the following: videojs-http-streaming (VHS) - GitHub Use code with caution. javascript

var player = videojs('my-video', { html5: { hls: { overrideNative: true } } }); Use code with caution. javascript If you are passing options to the player