Hi,
Based on v4.2.1 release version, I use start recording rest api to record share screen stream, the response is error, error code is 500.
url is POST ${host}/v1/rooms/{roomId}/recordings
The following is request param:
{
"container": "mkv",
"media": {
"audio": {
"from": "stream-id"
},
"video": {
"from": "stream-id",
"parameters": {
"resolution": {
"width": 640,
"height": 480
}
}
}
}
}
Can you help check this issue?
Thanks!
Link Copied
Hi,
1. Can you record a camera stream?
2. What're the video/audio codecs of your recording stream?
2. Please confirm that fdk-aac is installed before recording.
Please make sure your audio is clicked when you sharing your screen, seem your record request include audio .
Thanks
Yanbin
For more complete information about compiler optimizations, see our Optimization Notice.