tencent cloud

Cloud Application Rendering

Release Notes
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Purchase Guide
Billing Overview
Billing
Purchase Process
Overdue Payment
Refunds
Auto-Renewal Rules
Getting Started
Basic Technical Concepts
User Guides
Technical Integration
Integration Demo
Console Guide
Application Management
Project Management
Stream Push Service
Concurrency Management
Multiplayer Interaction
Session Status
Practical Tutorial
How to Implement Cloud-Native Recording
How to Implement Application Upload and Version Update via CAR-CLI
How to Implement Concurrency Sharing
How to Implement Mobile Chinese Input
How ‍to ‍Push ‍‍Cloud ‍Video Streams to CSS
How to Implement Multi-Person Interaction
How to Implement Live Room Interaction ‍with On-Screen Comments
Configuring and Using Cloud Browser
SDK Documentation
JavaScript SDK
SDK for Android
SDK for iOS
API Documentation
History
Introduction
API Category
Making API Requests
User APIs
Application Management APIs
Project Management APIs
Concurrency Management APIs
Stream Push Service APIs
Data Types
Error Codes
FAQs
CAR Basics
CAR Integration
Cloud Application
Service Level Agreement
CAR Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us

Application Configuration

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-01-26 12:00:38
In CAR, you can configure your own startup parameters for your applications. A newly created cloud application can run normally in the CAR environment only after you configure its startup parameters.

Directions

1. Enter the CAR console.
2. Click My Applications on the left sidebar, and click Application Configuration of the target application.



3. Complete the required information:




Basic settings

Path of the main executable file

The path of the main executable file of the application is the full relative path of the exe file that launches the application. If your application has been created, you can simply click Browse to select and obtain the right path. Do not select the path of processes that are not required to start the application, such as UnityCrashHandler64.exe.
For example, for the following application package:



The path should be configured as WindowsNoEditor\\demo.exe

Process list (optional)

We recommend you completely enter all processes to be run by the application, such as demo.exe|Win64-Shipping.exe. This way, when a user exits, we will ensure that all filled processes are closed, thereby ensuring stability for the next user who enters. You can run the application on your local PC and open Windows Task Manager to check which processes are required.

Advanced settings

Application fullscreen and adaptive resolution setting

CAR provides the adaptive resolution feature which can make the application display full-screen, adapt to the resolution of end-user devices, and have no black borders on the screen.
[Recommend] If you have set the application to a borderless windowed fullscreen mode that can adapt the desktop resolution (have to be done before being uploaded to CAR) according to the User Guides, you can set the Screen Capture Mode to Capture the entire desktop.
If your application only has a not-fullscreen window mode and cannot be adjusted to borderless fullscreen mode, you can use theCapture a window mode. You need to fill in the correct Window title and Class name according to the instructions. If the window title isn't customized during development, the window title for `Demo.exe` will be `Demo`. If your application is built by Unreal Engine, enter `UnrealWindow` for the Class name.




Application startup parameters (optional)

Some applications require command-line (cmd) parameters to be passed in when used locally to achieve effects such as language switching and resolution adjustment. For this, you can fill in the application startup parameters.
Note:
It is recommended to establish communication between the client and cloud applications through a Data Channel, so that the cloud application can obtain the necessary information from the client.

Value-added features (optional)




CAR will automatically clean, reset, and reload the concurrency instance and the cloud application after a user disconnects to ensure data security and stability. Therefore, without configuring value-added features, the user operation logs and usage progress files of cloud applications will not be saved.
If you need to obtain the log files of a cloud application, you can configure the Save Application Log feature
If you need to save the user usage progress of an application, you can configure the Save Application Archive feature





ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック