i can't record my lives with agora cloud recording and amazon S3 i get a 404 error on the start API - Stack Overflow

admin2025-04-15  2

I want to record my live streaming with agora cloud recording and Amazon S3. I use a Postman collection provided by Agora, and I don't change anything except StorageConfig. I manage to get resourceID and sid, but when I launch the recording, I get the error "404 Not Found

{
 "message": "no Route matched with those values"
}

" . I copied the amazon and agora IDs and respected the S3 region, but I get the same error.

{
    "cname": "{{AccessChannel}}",
    "uid": "{{RecordingUID}}",
    "clientRequest": {
        "recordingConfig": {
            "channelType": 1,
            "subscribeUidGroup": 0
        },
        "snapshotConfig": {
            "captureInterval": 2,
            "fileType": [
                "jpg"
            ]
        },
        "storageConfig": {
            "vendor": {{StorageVendor}},
            "region": {{StorageRegion}},
            "bucket": "{{Bucket}}",
            "accessKey": "{{AccessKey}}",
            "secretKey": "{{SecretKey}}",
            "fileNamePrefix": [
                "screenshot"
            ]
        }
    }
}
转载请注明原文地址:http://www.anycun.com/QandA/1744727301a86780.html