Graphics

 View Only
  • 1.  Remote HTML template

    Posted 03-27-2018 10:02
    Hi,

    Is it possible to inject lower third template in Xpression, remotely. i.e from some other simple machine on network not having Xpression. While template is HTML page, which can be accessed publicly via HTTP URL.


  • 2.  RE: Remote HTML template

    Posted 03-27-2018 15:37
    Do you want the data to come from html page or you want to actually campture the html plage and display it?

    Option one, if you make the output of the page something like RSS or XML you can just make a datalinq connection to that and fill the data like normal.

    Option two, you can use window capture shader but you won't have any key it's just like a live desktop capture.
    #XPression


  • 3.  RE: Remote HTML template

    Posted 03-28-2018 11:39
    Do you want the data to come from html page or you want to actually campture the html plage and display it?

    Option one, if you make the output of the page something like RSS or XML you can just make a datalinq connection to that and fill the data like normal.

    Option two, you can use window capture shader but you won't have any key it's just like a live desktop capture.


    You might be able to do something with Sienna NDI GraphicArtist. This can open an HTML template on your Mac and output it as an NDI Fill and Key signal - which presumably could be consumed by Xpression into a larger template. http://www.sienna-tv.com/ndi/graphicartist.html


    #XPression


  • 4.  RE: Remote HTML template

    Posted 04-03-2018 16:44
    Yes.

    You'd need to write a helper program that executes vba. You can use xpression libraries on the XPression CG (provided you have studio).

    Workflow would be some html5 dashboard -> websocket -> xpression pc helper program -> xpression
    #XPression