Unable to connect to WebRTC Streaming Client

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?

./python.sh ./standalone_examples/tutorials/getting_started.py is not for streaming. If you want to test out streaming, please use below command

./python.sh standalone_examples/api/isaacsim.simulation_app/livestream.py

Reference:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.