AllMix web control

From dgraphic
Revision as of 02:34, 17 August 2023 by Natalia (talk | contribs)
Jump to navigation Jump to search

Starting from version 2.0.44, an http server was added for remote control of captions (title) using get requests. In order for the text to be accessible for management, you need to select the text type “Table” in the title editor and set the name of the text in the “Text Table Column” field. There are only two commands so far:

1. http://127.0.0.1:8088/API/?Function=GetTitles Lists all available titles and names.

2. http://127.0.0.1:8088/API/?Function=SetText&Input=1&SelectedName=Timer&Value=TIMER Changes the text with the name specified in SelectedName to the value specified by the Value parameter

Parameters: Input - either the number or name of the gfx file from the Media Composition list SelectedName - the name of the column in the table, if not specified or not found, then the first is taken from the left Value - text, there should be no characters “&” and “=” That was in September. After that, web control was added directly from the browser at http://localhost:8088 You can use it on-air and copy control string from bottom of window for future using from external applications etc. To control from another computer, at the first start, when windows displays the "allow access to the network" dialog, you need to check the checkbox of the type "allow access from another computer".

Command list