AWS Kinesis Video stream

0

Hi,

We are planning to use AWS Kinesis Video stream for our one of the use cases. -From camera live video data will be sending to AWS KVS using provided producer SDK's.

We wanted to know is there any mechanism at AWS Kinesis video stream side to push the data to any other application instead of pull from the application. I've gone through the documentation and we can see using through API we can pull the video stream data fragment by fragment. But wanted to understand is there any way to Push the data from Kinesis Video stream to other application?

Thanks, Venkat

질문됨 2년 전531회 조회
1개 답변
0

While not exactly a "push" in the sense that you are asking for, it is possible to obtain a streaming session URL for the live video stream. With this live stream you could build a web application with a media player to play the stream, or you could build an application client that can automatically consume the stream.

GetHLSStreamingSessionURL: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_reader_GetHLSStreamingSessionURL.html

Alternatively, you can use the Kinesis Video Streams Parser Library to build an application client that works with the output of video streams: https://github.com/aws/amazon-kinesis-video-streams-parser-library

profile pictureAWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠