php mi live RUNTIME 300
icore/
directory named live
. This file contains management configuration keys for the
live server. In order to enable the control button, we need to set up the icore/live
controller file. We can easily do this by
running the command below:
php mi live controls poll
poll
option is the default option for the control
key and may not be necessarily defined or specified when executing the command.
Once this command is successfully executed, the page will need to refresh to add the live server controller button. We can also remove this button by running the
command below:
php mi live control --
php mi live controls seek
seek
is the best approach to entirely avoid any request polls.
php mi live review bi-arrow-clockwise
php mi live pauser bi-pause-circle
php mi live player bi-play-circle
php mi live position "20% 30%"
position
command will set the position of the control button. The first value
20%
is the top margin while the second value 30%
is the right margin.
It is important that both margins should be defined to avoid positioning errors. Also the default positioning will get ignored if the control button's position has been
moved. Spoova keeps track of the last movement position of the control button through session storage making it easier to maintain the buttons position even if the page was
refreshed. To move the control button on mobile devices, the control button's header titled "live"
should be used to move the controller button instead
of the icon below it. This will prevent gesture actions by mobile browsers which refreshes the page when touch is dragged downwards.