- Newest
- Most votes
- Most comments
Hello,
Kinesis Video Streams with WebRTC are included in following SDKs:
- WebRTC SDK in C for Embedded Devices
- WebRTC SDK in JavaScript for Web Applications
- WebRTC SDK for Android
- WebRTC SDK for iOS Above SDKs includes examples and steps to build-run those applications, in respective platforms. References: [1] https://github.com/search?q=org%3Aawslabs+webrtc [2] https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/webrtc-sdks.html
Currently there are no examples or demos on using Kinesis Video Streams WebRTC with python/boto3 Please refer below "KinesisVideoSignalingChannels" of AWS SDK for Python(Boto3) to integrate with your script: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis-video-webrtc-storage.html
Or else you can use any of the above WebRTC SDKs, and call them from python using subprocess. Reference: https://www.scaler.com/topics/subprocess-module-in-python/
Note: I do not have in depth knowledge on Python code development and hence I am not able to provide code specific recommendations.
I hope above information helps you, to solve your issue & query. Thank you!
Relevant content
- asked 9 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 months ago
Hello, sorry for the delayed response. I am not using the WebRTC SDK in C.