I am running a rendering software on the AWS NVIDIA GRID EC2 instance and want stream the output of that renderer application to my local machine, to VLC if possible.
I’ve looked at Nvidia GRID SDK examples but they barely demonstrate streaming the output of an application. This a very simple usecase that people would want. Basically, run a rendering application on cloud and stream the output of that application to local machine.
All the NVIFR examples show how to create a render target and use capture from that target but not from a rendering application.
Is anyone aware of a solution?