Help Center/ Live/ FAQs/ Snapshot Capturing/ How Do I Obtain Snapshots?
Updated on 2025-10-11 GMT+08:00

How Do I Obtain Snapshots?

If you have configured a snapshot capturing template, you can click the output path on the Live console to download snapshot files from the OBS console. Alternately, you can directly go to the OBS console to download these files. If you have set a callback URL when configuring a snapshot capturing template, you can find the download URL in the received message.

  • Obtaining snapshot files through the Live console
    1. Log in to the Live console.
    2. In the navigation pane, choose Domains.
    3. Click Manage in the Operation column of the desired ingest domain name.
    4. In the navigation pane, choose Templates > Snapshot Capturing.
    5. Click the output path in the Storage Location column to go to the OBS bucket and download snapshot files.
      Figure 1 Viewing snapshot details
  • Obtaining snapshot files through the OBS console
    1. Log in to the OBS console.
    2. In the navigation pane, choose Object Storage.
    3. In the bucket list, click the bucket that stores snapshot files.
    4. In the navigation pane, choose Objects.
    5. Click Download in the Operation column of the desired snapshot file.
  • Obtaining snapshot files through a callback message

    See callback message fields.

    { 
        "domain": "play.example.com",
        "app": "live",
        "stream_name": "test001",
        "snapshot_url": "https://xxx.obs.cn-north-4.myhuaweicloud.com:443...",
        "width": 720,
        "height": 1280,
        "obs_addr": {
            "bucket": "xxx",
            "location": "cn-north-4",
            "object": "xxx.jpg"
        }
    }