Skip to content

ReferenceError codes

VJS8_LEGACY_OPTIONS

Legacy Video.js 8 global options error

videojs.options held Video.js 8 global defaults. Video.js 10 has no global; configuration lives on the components you render.

Trigger

videojs.options.autoplay = true;

Video.js 10 equivalent

Pass props to <VideoPlayer>, <VideoSkin>, and the media component.

See Migrate from Video.js 8 for the full setup.

Video.js 8

Video.js 8 continues to receive security patches. Its documentation is at legacy.videojs.org. Pin the major version with npm install video.js@8 to keep using it.