Noun interpretation


【General Settings】

  • Package ID: Corresponding Package ID

  • Application Package: Select the application package to be published, only supporting zip format. Steps: Right-click on the folder to be compressed, select "Send to", then select "Compressed (zipped) folder".

  • Application Name: Fill in the name of the application to be published, used to distinguish it from other applications, content is arbitrary.

  • Rendering Type:

    • ① VR (SteamVR Shared): Commonly used for shared VR applications developed based on SteamVR, which can be used without logging into a Steam platform account.

    • ②VR (SteamVR Exclusive): Suitable for exclusive VR applications developed based on SteamVR. A Steam platform account is required, and only one application can run on each machine at the same time. This feature is disabled by default in version V3.3.3.0. To enable it, add the following configuration item to the larkxr-center/application.properties file:

    pxy.dispatch-policy.enable-exclude-mode=true
    
    • ③ VR (OpenXR):VR applications developed based on OpenXR.
  • Public Access: Public applications can be accessed directly, while private applications require setting an access password and password expiration date.

  • Maximum Concurrent Clients: Set the maximum number of users allowed to use the application simultaneously, adjusted based on server performance and simulation program resource usage. If running multiple applications simultaneously, the total concurrent connection number should be set based on the recommended value.

  • Belonging Group: Choose the group to which the application belongs, and rendering servers will be allocated from the selected group.

  • Pass TaskId: Whether to Pass TaskId. After the application starts, a taskId will be attached as a command-line parameter. The application can obtain the taskId through command-line parameters for API calls and other operations.

[Advanced Settings]

[Initial Background Color]: Set a six-digit or three-digit color code to fill the background color of the unfilled part.

**[Maximum GPU Memory Usage]:**Set the maximum GPU memory usage for the application. A value of 0 indicates no pre-estimation of the remaining system GPU memory capacity.

[QP Maximum Value, QP Minimum Value]: The encoder uses QP for encoding. Adjusting the QP value affects the image quality and network bandwidth pressure. The default value of 35 is usually suitable and can be fine-tuned based on image clarity and network conditions. If the network condition is good, the QP maximum value can be reduced.

Only for Windows Version of LarkXR

  • [Enable Off-screen Rendering]

After selecting to enable off-screen rendering, the application runs in the background without displaying on the screen, effectively reducing server resource consumption.

  • [VR Controller Type]
  • Default: The default controller type, which will be automatically recognized based on different devices.
  • Quest: Force display of Quest controller style.
  • HTC: Force display of HTC controller style.
  • Pico: Force display of Pico controller style.
  • Nolo: Force display of Nolo controller style.
  • [Enable Client Audio Input]

When enabled, the client can capture audio, and the server outputs to the microphone. Refer to here for usage instructions.

  • [Automatically Start Audio Input]

Selecting "Yes" automatically opens the microphone when the application starts.

  • [Enable Live Streaming]

After selecting "Yes," the application can use live streaming functionality after startup. Refer to here for usage instructions.

  • [Stream Closing Method]

Select instant close: closing the webpage stops the stream immediately; delayed close: TaskInfo defaults to a 20-second delay closure, supporting reconnecting after disconnection.

  • [Delay Time]

When selecting "Delayed Close," set the delay closure time for reconnecting after disconnection.


admin 2025年4月17日 13:49 收藏文档