Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

131
Vistas
manage the APIs between scoring webpage and the VMIX App

I am working to build a scoring system for Referee to have full control to manage the scores. however, the scores will be viewed on a large screen using the vmix app(it is a streaming app similar to OBS) my webpage will manage all scores and then should send the scores to the vmix to view them on the screen. So, I want the proper way to manage the APIs between the webpage and the vmix app (NOTICE: vmix app provides the required data to make the connection)

Here is the needed data provides by vmix (http://127.0.0.1:8088/API/?Function=SetText&Input=877bb3e7-58bd-46a1-85ce-0d673aec6bf5&SelectedName=Headline.Text&Value=Hello) (the attributes that written between brackets that what vmix provide)

I wrote my HTML code and I used the GET method in jquery

In conclusion, what do you think the proper way to have connection betweenthe webpage and the vmix app, and the proper languages to do that.

Here is jQuery Code: $( document ).ready(function() {

    $.get("http://192.168.100.147:8088/" , function(data)
    {
      var inputvalue1 = 0
      var inputvalue2 = 0
      var Input
      var SelectedName
      var Value

     $("#B1" ).click(function() 
    {
      inputvalue1=inputvalue1+15;
      $("#result_1").text(inputvalue1);

       $.get('http://192.168.100.147:8088/',"SetText","c9a3e111-6ffd-4e1f-ab9b-10f0bba0b8b5","SelectedName=ScoreBoard.xaml","Value=100", function (SetText)
      {  
        alert("Done")
      });
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda