{
"controlPanelElements": [
"play_pause",
"time_and_duration",
"spacer",
"mute",
"volume",
"fullscreen",
"overflow_menu",
],
"overflowMenuButtons": [
"captions",
"quality",
"language",
"picture_in_picture",
"cast",
"playback_rate",
],
"statisticsList": [
"width",
"height",
"corruptedFrames",
"decodedFrames",
"droppedFrames",
"drmTimeSeconds",
"licenseTime",
"liveLatency",
"loadLatency",
"bufferingTime",
"manifestTimeSeconds",
"estimatedBandwidth",
"streamBandwidth",
"maxSegmentDuration",
"pauseTime",
"playTime",
"completionPercent",
],
"contextMenuElements": [
"loop",
"picture_in_picture",
"statistics",
],
"playbackRates": [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2],
"fastForwardRates": [2, 4, 8, 1],
"rewindRates": [-1, -2, -4, -8],
"addSeekBar": true,
"addBigPlayButton": false,
"customContextMenu": false,
"castReceiverAppId": '',
"castAndroidReceiverCompatible": false,
"clearBufferOnQualityChange": true,
"showUnbufferedStart": false,
"seekBarColors": {
"base": 'rgba(255, 255, 255, 0.3)',
"buffered": 'rgba(255, 255, 255, 0.54)',
"played": 'rgb(255, 255, 255)',
"adBreaks": 'rgb(255, 204, 0)',
},
"volumeBarColors": {
"base": 'rgba(255, 255, 255, 0.54)',
"level": 'rgb(255, 255, 255)',
},
"trackLabelFormat": "shaka.ui.Overlay.TrackLabelFormat.LANGUAGE",
"fadeDelay": 0,
"doubleClickForFullscreen": true,
"singleClickForPlayAndPause": true,
"enableKeyboardPlaybackControls": true,
"enableFullscreenOnRotation": true,
"forceLandscapeOnFullscreen": true,
"enableTooltips": false,
"keyboardSeekDistance": 5,
}