Omniverse Kit 107 failed to stream

I’m using Omniverse Kit SDK version 107.0.3+feature.180676.45352709.gl and there are some issues about streaming.

  • No streaming tab exists

  • I cannot access to the Omniverse browser client by URLs below:

    • http://[server IP address]:8111/streaming/webrtc-client?server=[server IP address]
    • http://[server IP address]:8111/streaming/webrtc-demo?server=[server IP address]

Please let me know the solution to this problem.

@cursor_928741 presumably you built it with a kit app template, there should be a version that supports composer_streaming. was that your set up?

if not, could you elaborate how things were set up on your end? also, have you also looked into firewall configuration?

1 Like

Hey @cursor_928741
The streaming tab was from a deprecated extension called omni.services.streamclient - to find this extension, you would need to revert back to Kit 106.3, which is an available branch on Kit App Template repository.

But to be clear, you do not need this extension to stream - this extension was a debugging tool to expose the port address and check that the stream application was working. Using Kit 107+, you can simply add an Application Layer when you create a new template and it will create your streaming application that you can connect to the Kit App Streaming API - no need for the deprecated extension.

Hope this helps!

Yes, you do not need any menu or menu item to start streaming. It is just purely about starting the kit app in the “streaming mode”. See this video for help. Discord

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