1

Can we send MediaStream directly to Kinesis Streams with WebRTC? From the example code it looks like we can, I'm completely lost here. If we can send getDisplayMedia to Kinesis, will we be able to persist the recording to S3, if so, how do we do that?

bravokeyl
  • 346
  • 3
  • 16
  • 28

1 Answers1

0

kinesis video stream currently dont support persisting WebRTC streams from the browser. You can consider storing the media streams into file and persist them using the producer sdk https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.

chehefen
  • 36
  • 1