video controllers are not showing in my player.below is my configurations
var playerParam = {
"pcode": "my_pcode",
"playerBrandingId": "my_branding",
"debug": false,
"skin": {
"config": "http://player.ooyala.com/static/v4/production/latest/skin-plugin/skin.json",
"inline": {
"startScreen": { "showDescription": false, "playIconStyle": { "color": "blue" } }
},
"skipControls": {
"enabled": true,
"skipBackwardTime": 5,
"skipForwardTime": 30
}
}
};