This plugin allows debugging of a stream inside the video player.
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: {},
});
...