Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 487 Bytes

Debug overlay plugin for Meister Player

Debug overlay

This plugin allows debugging of a stream inside the video player.

Getting started

Simply add DebugOverlay to the config options and use the keyboard to type this in order (not combination) ctrl -> m -> j -> s. This will activate the DebugOverlay.

var meisterPlayer = new Meister('#player', {
    DebugOverlay: {},
});

...