amazon-kinesis-video-streams-webrtc-sdk-c icon indicating copy to clipboard operation
amazon-kinesis-video-streams-webrtc-sdk-c copied to clipboard

[QUESTION] Whether there is a common version of WEBRTC and KVS dependent libraries?

Open yy-arya opened this issue 2 years ago • 1 comments

I would like to integrate the two functions of KVS and WebRTC in a process. Then I found that they have some dependent libraries with inconsistent versions. such as libwebsockets,and libkvspic series. The version of WebRTC I use is 1.7.3 and KVS is 1.2.0.

Are there any dependent library versions that can be shared?

yy-arya avatar Oct 14 '22 03:10 yy-arya

Hi @yy-arya, do you mean this KVS SDK? Can you please elaborate on your use-case of using the two repositories together?

niyatim23 avatar Oct 14 '22 22:10 niyatim23

The KVS SDK for (https://github.com/awslabs/amazon-kinesis-video-streams-producer-c) .

Run webrtc and kvs on different threads of the same process.

Are there any dependent libraries of the same version?

yy-arya avatar Oct 18 '22 05:10 yy-arya

Hmm. Not sure what you mean by common dependencies. If you are looking for the SDK dependency graph, WebRTC SDK depends on producer C SDK and the producer C SDK depends on the PIC SDK.

disa6302 avatar Oct 24 '22 01:10 disa6302