vMix Forums
»
General
»
General Discussion
»
RECOVERY problem of XML data.
Rank: Newbie
Groups: Registered
Joined: 12/12/2015(UTC) Posts: 1
|
Hello,
I am developing a web interface to control Vmix remotely.
I want to get the number of Desktop opened in php.
I am using the code below but the execution time is long.
Do you have a solution ?
DomDocument $ dom = new (); $ dom-> load ('http://192.168.0.100:8088/api/'); listeinp $ = $ dom-> getElementsByTagName ('input'); foreach ($ listeinp as $ input) { echo $ input-> nodeValue; if ($ input-> hasAttribute ("number")) { echo " - " . $ input-> getAttribute ("number"); } echo "<br />"; }
|
|
|
|
vMix Forums
»
General
»
General Discussion
»
RECOVERY problem of XML data.
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close