// Old (Deprecated) var player = videojs('my-video', hls: overrideNative: true ); // New (Recommended) var player = videojs('my-video', vhs: overrideNative: true ); Use code with caution. Copied to clipboard
That direct path is now deprecated. You must replace it with: // Old (Deprecated) var player = videojs('my-video', hls:
: References the new, unified engine that supports both HLS and DASH. How to Fix the Deprecation hls: overrideNative: true )