I have deployed Isaac Sim in a Docker container. When I start it with the command ./runheadless.sh -v, the WebRTC Streaming Client works properly and I can view the Isaac Sim GUI interface without any issues.
However, when I add assets in standalone mode, the local WebRTC Streaming Client fails to receive the running video feed. The command I use is as follows:./python.sh ./standalone_examples/tutorials/getting_started.py
The command line output is shown in the attached image.
The WebRTC Streaming Client is not receiving any video signal.
What configurations or execution methods should I adopt to view the real-time running results locally in standalone mode?
