Divya Sampath Kumar
Divya Sampath Kumar
@liquanqing , Could you highlight what your application looks like? The API in our sample is invoked twice. Once to get the size: ``` CHK_STATUS(serializeSessionDescriptionInit(&offerSessionDescriptionInit, NULL, &buffLen)); ``` buffLen is...
@skndi , Can you provide the complete logs? Has anything changed in you set up?
@skndi , Thank you for the logs. Although the get-credentials (reason unknown at the moment), want to confirm if you see a connection establishment failure? There are 2 state machines...
@skndi , Thank you for the details. What appears to be happening is that the credentials could not be fetched in 5 seconds, which is the timeout on that state....
@skndi , Thanks for all the deep dive!. This is very interesting. I see this log line in your logs: `ICE Server address for 3-74-151-217.t-7d7a0979.kinesisvideo.eu-central-1.amazonaws.com: 3.74.151.217` which indicates successful parsing...
@m-j-ahmadi , If 1.9.1 works, perhaps it is not the same issue since the commit @skndi is pointing to has been in the SDK since 1.8.0. Have you tried to...
@naseebpanghal , Thank you for the details! The memory is expected to grow for a few min after which it stablizes. Could you also confirm if there are any sample...
@xiaomizhouya , The develop branch has multiple changes that help with memory reduction, would suggest you clean build try that out. @naseebpanghal , These settings are according to your requirements....
@naseebpanghal , https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/tree/develop?tab=readme-ov-file#controlling-rtp-rolling-buffer-capacity @xiaomizhouya , For your change, did you clean build? Yes there are some new libraries that have been added. These need to be linked to the webrtc...
It does look like a bug. Thanks @wei-zhang-simplisafe ! Will get this fixed.