/ui-debugoverlay

Meisterplayer plugin that displays various stats and information related to the media that's playing.

Primary LanguageJavaScriptOtherNOASSERTION

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: {},
});

...