awslabs / amazon-kinesis-video-streams-webrtc-sdk-android

Android SDK for interfacing with Amazon Kinesis Video Streams Signaling Service.
Apache License 2.0
58 stars 37 forks source link

Kinese Video Stream WebRTC Master Video Recording #29

Closed mentordeveloper closed 3 years ago

mentordeveloper commented 4 years ago

Hello,

Basically, we want to capture the WebRTC Master Video session and save them on AWS S3 Bucket for later use. can we do AWS Kinesis WebRTC Master Video Recording?

Kindly guide us the solution using AWS services?

MushMal commented 3 years ago

You could modify the underlying WebRTC code and tap into the frames to store them. That code is not owned by KVS. You might need to get some help from Google WebRTC forums.