Facility Control

 View Only
  • 1.  HTTP Get Command

    Posted 01-19-2021 12:52
    Hi, I am looking for a simple way to plug in a url and apply an api key to allow triggering of a third party software. I am told it’s an HTTP Get protocol. Any help is appreciated!


  • 2.  RE: HTTP Get Command

    Posted 01-19-2021 16:21

    Hi Jeff, 

       without knowing the software you're trying to control or the api commands it may require it is tough to show exactly what you need.

    However, here is a simple HTTP post to tell vMix running on the local PC to do a fade transition. 

    ogscript.asyncPost('http://127.0.0.1:8088/api/?Function=Fade&Duration=100' , null, null);

     

    if you require a visual reply on your panel that it has completed you can create a small function to do so.

     


    #DashBoard