HTTPS REQUEST FROM WEB AND SUPPORT FOR REST API

 

Hello Aximmetry

When will there be support for  this  from unreal and directly in aximmetry.

Regards .


   iGabantu Studios

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

There has been support to control Aximmetry with HTTP Requests for some time. You can find the documentation of it here: https://aximmetry.com/learn/virtual-production-workflow/preparation-of-the-production-environment-phase-i/setting-up-inputs-outputs-for-virtual-production/external-controllers/external-control-of-aximmetry-via-http/ 

Also, starting from Aximmetry 2023.3.0 Beta, there is a complete solution to control Aximmetry from a Web Browser: https://aximmetry.com/learn/virtual-production-workflow/preparation-of-the-production-environment-phase-i/setting-up-inputs-outputs-for-virtual-production/external-controllers/using-web-server-to-remote-control-aximmetry-from-a-web-browser/ 

If you want to control things from Aximmetry over the web, then HTTP Request and WebSocket Client modules can help you to do so.

Note, all of these features need at least the Professional edition and some of the features need the Broadcast edition.

Warmest regards,

 
Profile Image
iGabantu Studios
  -  

Hi Eifert  

Does Aximmetry support making HTTP Requests from a  source online like  Accuweather  using  A REST API  for  use  in real time broadcast?


 
Profile Image
Eifert@Aximmetry
  -  

Hi,

Yes, it supports HTTP requests and APIs for use in real-time broadcasts.
For example, in the case of Accuweather:

You can find more information on the HTTP Request module here.


Note: You can easily parse incoming data using Aximmetry's collection data format. In the above case, you can convert the incoming JSON to collection using the JSON Text module:

You can find more information on how to use collections here.

Warmest regards,

 
Profile Image
iGabantu Studios
  -  

Thank you.