Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Record share screen error

xudong__ding
Beginner
558 Views

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!

0 Kudos
2 Replies
Li_C_Intel
Employee
558 Views

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.

0 Kudos
YanbinZ_Intel
Employee
558 Views

Please make sure your audio is clicked when you sharing your screen, seem your record request include audio .

 

Thanks

Yanbin

0 Kudos
Reply