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?
Asked
Active
Viewed 1,073 times
1 Answers
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