Rate This Document
Findability
Accuracy
Completeness
Readability

Querying Component Version Information

You can use either of the following methods to obtain the version information about the video stream engine component:

Method 1: using the obtained software package

  1. Refer to Video Stream Engine to obtain BoostKit-videoengine_*.zip and decompress it to obtain the version file.
  2. Check the version of the video stream engine component.
    1
    2
    3
    unzip BoostKit-videoengine_*.zip
    tar -xvf  VideoEngine.tar.gz vendor/etc/videoengine_version.txt
    cat vendor/etc/videoengine_version.txt
    

    The command output is the version information of the video stream engine component. An example is as follows:

    1
    2
    3
    4
    5
    Product Name: Kunpeng BoostKit
    Product Version: 24.0.RC1
    Component Name: BoostKit-videoengine
    Component Version: 6.0.RC1
    Component AppendInfo: 11.0.0_r48
    

Method 2: calling an external API of the video stream engine

Call the GetVersion API to obtain the version information. For details, refer to "External APIs" > "Functional APIs" > "GetVersion" in the Video Stream Engine Developer Guide.