Are they modules to perform http requests or connect to a socket ?
I'm trying to retrieve data from an weblike external app to populate the fields of the lower third.
Thanks
Are they modules to perform http requests or connect to a socket ?
I'm trying to retrieve data from an weblike external app to populate the fields of the lower third.
Thanks
Hi,
Yes, it's true. But you might mix up two different things here.
a) HTTP command interface is not a module, it's a service of Aximmetry through which you can control your scene from an external app. On this please consult
https://my.aximmetry.com/forum/postdetails/16-how-can-i-control-my-aximmetry-scene-from
b) Connecting to an URL from Aximmetry via HTTP in order to retrieve some data. The module (node) that implements this is called "HTTP Request". Please check the example
[Tutorials]:Lower Thirds\Crawl_RSS_Vertical_Subtext.xcomp
Unfortunately there are no such modules at the moment.
If the external app is your own development I suggest use the other way around: control Aximmetry from the app via HTTP, like described at https://my.aximmetry.com/forum/postdetails/16-how-can-i-control-my-aximmetry-scene-from
(it requires the Broadcast Edition)