Videowindow control
#1
I notice a strange behaviour in home.xml, when i have two videowindow controls, e.g.

xml:
<control type="videowindow">
    <include>Dimensions_Fullscreen</include>
    <visible>Player.HasVideo + !$EXP[WindowedTopRight]</visible> <!-- set visible to false results the same -->
</control>

<control type="videowindow">
    <include>Dimensions_WindowTopRight</include>
    <visible>Player.HasVideo + $EXP[WindowedTopRight]</visible>
</control>

First one is a fullscreen videowindow and the other is a window in the top right. So far so good. The problem is, that the video window at the top right is a bit laggy, also if i change the visible condition for the fullscreen videowindow to <visible>false</visible>. But if I remove the full-screen window or include it via include-condition, everything is smooth.

So, why there is a difference?  Huh
Reply

Logout Mark Read Team Forum Stats Members Help
Videowindow control0