Box S410 provisioning 1080p web application

Post Reply
niogelu
Posts: 3
Joined: 08 Dec 2017, 22:49

Box S410 provisioning 1080p web application

Post by niogelu » 08 Dec 2017, 23:07

Hi,

I am trying to create a new web app to the s410 box, and want to have it work as 1080p putting uiwidth="1920" uiheight="1080"
But my Tv and or a monitor do not fill the scree and display the app/page in the top left corner shrinked.

Note: If I use uiwidth="1280" uiheight="720" size it fills the screen correctly,

What am i doing wrong or missing in the configuration on the provisioning xml :

Code: Select all

...
<webapps override="false">
	<app name="test"  title="test" uiwidth="1920" uiheight="1080" url="http://my domain" api="tvip" />
</webapps>
..
Thanks in advance

niogelu
Posts: 3
Joined: 08 Dec 2017, 22:49

Re: Box S410 provisioning 1080p web application

Post by niogelu » 13 Dec 2017, 22:42

Hello,
Does anyone have an idea of what's happening.
Here is a photo of when i put it in 1080p (uiwidth="1920" uiheight="1080")
IMG-1443.JPG
Can anyone help me?

TMC
Администратор
Posts: 925
Joined: 16 Jan 2014, 13:34

Re: Box S410 provisioning 1080p web application

Post by TMC » 14 Dec 2017, 08:00

I suppose it is just your web has fixed resolution.
Did you try to open it in web browser?

niogelu
Posts: 3
Joined: 08 Dec 2017, 22:49

Re: Box S410 provisioning 1080p web application

Post by niogelu » 14 Dec 2017, 22:08

Hi,

In my web browser it's full screen and i have no problem.
The problem is that in the provision file the width and height is fixed by the attributes uiwidth="1920" uiheight="1080" and the system that runs the web apps is rescaling. it seems that it accepts only 1280x720.

Below is how i set it in the tvip_provision.xml as showed in https://wiki.tvip.ru/en/provisioning?s= ... plications

Code: Select all

<webapps override="false">
   <app name="test"  title="test" uiwidth="1920" uiheight="1080" url="http://my domain" api="tvip" />
</webapps>

Post Reply