admin管理员组文章数量:1303904
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"
]
}
}
}
本文标签:
版权声明:本文标题:i can't record my lives with agora cloud recording and amazon S3 i get a 404 error on the start API - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741773810a2396907.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论