There is no way to do this with DMM APIs because all DMPs associated with the DMM need to have the same password (hence the administrator would be aware of it). It is not allowed on stand-alone DMPs because it would be a security vulnerability to be able to obtain the password of a DMP without any other form of authentication.
Could you explain what you are trying to accomplish? Perhaps there's another way to solve your overall problem.
Thanks for the clarification! Essentially, I'm trying to obtain the DMP's screen resolution through the MIB APIs (so I can optimize the asset and/or playlist resolution). But using the MIB APIs seem to be predicated upon knowing the DMP's credentials in advance. Is there any other way to accomplish this?
Looking at the MIB APIs again, it seems that there's a difference between the DMP max/min screen resolution and the actual detected screen resolution, i.e.:
init.auto_screen_height T_LONG 1024
init.auto_screen_width T_LONG 1280
init.MAX_SCREEN_HEIGHT T_LONG 1080
init.MAX_SCREEN_WIDTH T_LONG 1920
My questions now are:
- Is there any possible way to obtain the DMP screen resolution (actual) through any of the DMM APIs?
- If not, is there any possible way to obtain the DMP screen resolution (actual) through the TVZilla JavaScript functions?
Thanks!