-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player controllers not showing #1189
Comments
@YasiruDev provide a bit more info, please. Is this related to a server side rendering as your previous question? What do you mean under 'showing'? What exact state of the app do you expect? |
I am also facing the same issue when using for skin.json i am using If i include html5-skin > error :
|
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
}
}
};
The text was updated successfully, but these errors were encountered: