Isaac Sim Version
5.0.0
4.5.0
4.2.0
4.1.0
4.0.0
4.5.0
2023.1.1
2023.1.0-hotfix.1
Other (please specify):
Operating System
Ubuntu 24.04
Ubuntu 22.04
Ubuntu 20.04
Windows 11
Windows 10
Other (please specify):
GPU Information
- Model: NVIDIA GeForce RTX 3090
- Driver Version: 565.57.01
Topic Description
I’m attempting to use remote streaming in Isaac Sim 5.0.0. The isaac-sim.streaming.sh
script is being launched on the host, and I’m using kit_remote-103.1.1
as the client. However, streaming fails to work as expected.
Any advice or clarification would be greatly appreciated.
Steps to Reproduce
# Host:
~/isaacsim/_build/linux-x86_64/release/isaac-sim.streaming.sh
# Client
./kit-remote --width 1920 --height 1080 --server xxx.xxx.xx.xx (kit_remote-103.1.1 version)
Error Messages
streaming_output.txt (50.1 KB)
client_output.txt (3.3 KB)
Additional Information
In Isaac Sim 4.5.0, the setup worked fine using the isaac-sim.old_streaming.sh
script with the same kit_remote
client.
I’m wondering:
- Is
kit_remote-103.1.1
still compatible with Isaac Sim 5.0.0? - Is there a newer
kit_remote
version available that should be used with Isaac Sim 5.0?