Omniverse Renderer Microservice#
The Omniverse renderer microservice wraps the Omniverse RTX real-time renderer. It’s purpose is to render a single avatar and its scene in real-time. The current pose of the avatar as well as audio are provided over an gRPC endpoint and the rendered frame is then streamed out together with audio with RTP over UDP.
More information about the Omniverse RTX Renderer can be found in the NVIDIA Omniverse documentation.