A2F streaming "scene" to web application

Hi,

I have a question about A2F streaming rendered graphics to a web application. The idea here is to use a RTC connection to the “scene” which is a live connection to the application itself.

What I notice when using the WebRTC connection, is that it streams the entire A2F application. Where I only need the “scene” that is being rendered. Also using WebRTC I need to click on the “play” button on the web application before the streaming starts.

My question is whether there are other possibilities to render a “scene” to a web application (I also read something about omniverse queues and agents, where movie renderer can be applied to A2F and the agents outputs the rendered “scene” to a location, but I could not find the kit for doing that).

Regards

To get rid of the UI you could go to full-screen mode by pressing F11.
To play in Audio2Face without the UI, you can press P key.

Thanks for the reply. Is this also possible with the Rest API?

You can play using RestAPI with Request URL http://localhost:8011/A2F/Player/Play

Yes that I know. But what I meant it to make it fullscreen or play without UI through the Rest API.