-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplayer.json
100 lines (100 loc) · 2.43 KB
/
player.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"plugins": {
"topBarContainer": {
"plugin": true
},
"controlBarContainer": {
"plugin": true,
"hover": true
},
"scrubber": {
"plugin": true
},
"largePlayBtn": {
"plugin": true
},
"playHead": {
"plugin": true
},
"playPauseBtn": {
"plugin": true
},
"volumeControl": {
"showSlider": true,
"layout": "horizontal",
"pinVolumeBar": false,
"accessibleControls": false,
"accessibleVolumeChange": 0.1,
"plugin": true
},
"durationLabel": {
"plugin": true
},
"currentTimeLabel": {
"plugin": true
},
"keyboardShortcuts": {
"volumePercentChange": "0.1",
"shortSeekTime": "5",
"longSeekTime": "10",
"volumeUpKey": "38",
"volumeDownKey": "40",
"togglePlaybackKey": "32",
"shortSeekBackKey": "37",
"shortSeekForwardKey": "39",
"openFullscreenKey": "70",
"closeFullscreenkey": "27",
"gotoBeginingKey": "36",
"gotoEndKey": "35",
"longSeekForwardKey": "ctrl+39",
"longSeekBackKey": "ctrl+37",
"percentageSeekKeys": "49,50,51,52,53,54,55,56,57",
"plugin": true
},
"liveCore": {
"plugin": true
},
"liveStatus": {
"plugin": true
},
"liveBackBtn": {
"plugin": true
},
"fullScreenBtn": {
"plugin": true
},
"logo": {
"href": "http://www.kaltura.com",
"title": "Kaltura",
"plugin": true
},
"playersJsReceiver": {
"plugin": true
}
},
"uiVars": [
{
"key": "autoPlay",
"value": false,
"overrideFlashvar": false
},
{
"key": "autoMute",
"value": false,
"overrideFlashvar": false
},
{
"key": "enableTooltips",
"value": true,
"overrideFlashvar": false
},
{
"key": "adsOnReplay",
"value": true,
"overrideFlashvar": false
}
],
"layout": {
"skin": "kdark"
}
}