Graphics

 View Only
  • 1.  How to connect xpression with .net using spesific ip address and port number

    Posted 02-16-2023 01:59

    Hi guys

    I want to know a way to connect xpression with .NET API using spesific ip address

    In case the xpression machine and client apps not in the same pc. Recently script use xpEngine = new xpEngine();

    I tried to use spesific ip address, but nothing comes out when I point to xpEngine .

    And can I manually connect xpression using API? Or there's automatically connected when I type xpEngine = new xpEngine (); ?

    Need advice and thank you



    ------------------------------
    Refsus Saefudin
    Developer
    ------------------------------


  • 2.  RE: How to connect xpression with .net using spesific ip address and port number

    Posted 02-16-2023 05:26

    Are you trying to control an XPression via API over network because XPression API is local only. 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 3.  RE: How to connect xpression with .net using spesific ip address and port number

    Posted 02-16-2023 23:26

    Yes, I want to connect API from other computer

    Is it possible?



    ------------------------------
    Refsus Saefudin
    Developer
    ------------------------------



  • 4.  RE: How to connect xpression with .net using spesific ip address and port number

    Posted 02-23-2023 15:54

    No, it is not possible, the XPression API can only be accessed locally. If you want to control XPression via the API remotely you will need to build your app as a client/server.

    Depending on the level of control you need of XPression, it could be possible to use RossTalk or CII to manage data and playback.