Rate This Document
Findability
Accuracy
Completeness
Readability

(Optional) Dynamically Modifying Cloud Phone Parameters

You can use CloudPhone.apk to dynamically modify the video and audio encoding parameters when the cloud phone is running.

  1. Before connecting to the cloud phone, go to the settings page to confirm that adaptive resolution is enabled by default.

  2. After connecting to the cloud phone, click the gear icon on the screen.
  3. Set video encoding parameters.
    1. Click the video icon.
    2. Set the video encoding parameters.

      For details about the value range of each parameter, refer to fields started with vmi.video.encode in "Configurable Non-commercial Module Properties of the Video Stream Engine" > "Video Stream Engine Property Configuration Items" in Video Stream Engine Developer Guide. The output stream resolution can be 360p, 720p, or 1080p.

    3. After the setting is complete, click Send to send the parameter values to the server. If the values are valid, they take effect immediately.

      If adaptive resolution is not required, you can run the setprop command in the container after starting the cloud phone to change property settings. For details about the properties, see "Configurable Non-commercial Module Properties of the Video Stream Engine" > "Video Stream Engine Property Configuration Items" in Video Stream Engine Developer Guide. To change the width and height of the adaptive resolution, you are advised to change the screen pixel density in the cfct_config file as well to achieve the optimal display effect. Table 1 lists the recommended configurations.

  4. Set audio encoding parameters.
    1. Click the audio icon.
    2. Set the audio encoding parameters.

      For details about the value range of each parameter, refer to fields started with vmi.audio.encode in "Configurable Non-commercial Module Properties of the Video Stream Engine" > "Video Stream Engine Property Configuration Items" in Video Stream Engine Developer Guide.

    3. After the setting is complete, click Send to send the parameter values to the server. If the values are valid, they take effect immediately.