Skip to main content

Stream Test Page

You can use the OmniStream test page to quickly connect to your app and experiment with OmniStream features.

The test page is reactive and can easily be used in any browser on any device.

Test Page

URL Parameters

Example URL

You can create a URL that will auto connect to your Render Service using the URL parameters. https://omnistreamdemo.app-platform.zlthunder.net/?autoconnect=true&connection=online&customer=omnistream&renderservice=test

  • connection - local/online - Select connection type
  • customer - string - Your customer name provided by your account manager
  • renderservice - string - Your Render Service name provided by your account manager
  • autoconnect - true/false - Option to auto connect on page load or wait until connect button is pressed
  • ip - string - IP address for local connections
  • force - xr/image/video - Force a streaming mode
  • aspectratio - 2.39:1/16:9/2:1/3:2/2:3/1:1 - Set the main container to respect this aspect ratio
  • maxres - 720p/1080p/4K - Set the main container to use this value as a maximum resolution
  • capturemouse - true/false - Captures the mouse when you click on the stream container or enter fullscreen mode
  • libzl - latest/prelive/test/local/version num (e.g. 5.9.1) - Set the page to use chosen libZL version ("test" also add zlhash)
  • sync - host or guest - for a synced session
  • touchmouse - true/false - touch treated as mouse - default is true

Send and Receive Data

When working on passing data between your OmniStream application and your webpage, it can be useful to be able to test the application in isolation from your web implementation. You can use the "State" section under the "Settings" menu on the OmniStream test page to test sending and receiving data with your application.