How to stream AWS DeepLens video to a website?

0

I am building a web app to display aggregate and analytics results of a DeepLens-hosted model. I also want to display the live stream from DeepLens on the website. What would be the simplest way to do this?

1 Answer
0
Accepted Answer

Amazon Kinesis Video Streams for AWS DeepLens Video library is a Python module that should meet your needs, bandwidth is always something to be consider. You can find the integration documentation here: https://docs.aws.amazon.com/deeplens/latest/dg/deeplens-kinesis-video-streams-api.html

You can also find example of reading the Amazon Kinesis Video Streams HLS Output Streams here: https://aws.amazon.com/blogs/aws/amazon-kinesis-video-streams-adds-support-for-hls-output-streams/

AWS
Paul_A
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions