Additional Features and Samples#
Overview#
This section includes information and links to additional features and samples that can be used with Omniverse on DGX Cloud.
Deep Link#
This feature creates shareable deep links that capture the current state of a USD stage including scene location, camera position, timing, and other contextual information. These generated URLs allow users to teleport directly to the exact same location and state within the same stage when opened.
Click Deep Link documentation to learn more about Deep Link.
Streaming Resolution Selection#
Starting with version 1.5.0, users can select a preferred stream resolution prior to starting a streaming session. The resolution selector appears on the session start dialog and includes presets for 720p, 1080p, 2K, and 4K.
No changes are needed to main.json or settings.toml for enabling this feature.
Warning
2K and 4K streaming requires a web browser that supports the H.264 or H.265 (HEVC) codec via WebRTC. If the requesting browser does not meet this requirement, a notification will be displayed to the user. (Most modern web browsers already include this support.)
Storage API Authentication#
Starting with version 1.5.0, users can authenticate against Storage API deployments directly within an active streaming session. When configured, a Connect Storage option initiates an OAuth 2.0 authorization flow with the preferred identity provider.
To enable this feature, add the storageApi block to main.json as described in Front End Sample documentation.
"storageApi": {
"redirectUri": "https://<customer domain>/openid"
}
The storageApi.redirectUri must match the redirect URI registered for the portal client in the identity provider. Typically this is the same value as auth.redirectUri.
Note
If storageApi is not present in main.json, the Connect Storage option will not appear in the portal UI and Storage API authentication will be disabled.
Sample Kit App Containers#
Sample Kit App containers for both USD Composer and USD Explorer are published to the NGC Catalog.
Important
These containers are for testing and demonstration only and are not intended or supported for production use.