Debug overlay plugin for Meister Player
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: {},
});
...