Receiving streams in a browserΒΆ

When you do not have a virtual environment set up, you can test a stream output in a browser.

Receiving streams in a browser:

  1. Start your Kanzi VR streaming applications.

  2. For each streaming application record this information:

    • hostname. The network name or IP address of the computer where the streaming application runs.

      If you use the same computer for streaming and receiving, use localhost.

    • port. The port of the streaming application.

      If you are using Streaming Kzb Player, you can see this in the window title of Streaming Kzb Player.

    • stream ID The ID for a stream.

      You can see the stream ID in virtual_environment_configuration.yaml (see Configuration) or in the ReceiverNodes in Kanzi Studio project.

  3. To verify that you can see and interact with a stream, for each stream, in the browser go to:

    http://<hostname>:<port>
    

    When you are using multiple Streaming Component instances, go to:

    http://<hostname>:<port>?streamId=<StreamID>