简体   繁体   English

我们可以使用带有 WebRTC 的 AWS Kinesis 视频流记录浏览器屏幕吗?

[英]Can we record browser screen with AWS Kinesis video streams with WebRTC?

Can we send MediaStream directly to Kinesis Streams with WebRTC?我们可以使用 WebRTC 将MediaStream直接发送到 Kinesis Streams 吗? 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?如果我们可以将getDisplayMedia发送到 Kinesis,我们是否可以将记录保存到 S3,如果可以,我们该怎么做?

kinesis video stream currently dont support persisting WebRTC streams from the browser. kinesis video stream 目前不支持来自浏览器的持久化 WebRTC 流。 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 .您可以考虑将媒体流存储到文件中并使用生产者 sdk https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp持久化它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM