ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.23k stars 619 forks source link

Take a look at how to integrate with Amazon Rekognition #209

Closed mekya closed 6 years ago

mekya commented 6 years ago

How to integrate live stream

davutcavdar commented 6 years ago

Screenshot from 2018-07-30 21-43-30.png

davutcavdar commented 6 years ago

Screenshot from 2018-07-30 21-40-46.png

davutcavdar commented 6 years ago

https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video-starting-analysis.html

To stream video into Amazon Rekognition Video, you use the Amazon Kinesis Video Streams SDK to create and use a Kinesis video stream. The PutMedia operation writes video data fragments into a Kinesis video stream that Amazon Rekognition Video consumes. Each video data fragment is typically 2–10 seconds in length and contains a self-contained sequence of video frames. Amazon Rekognition Video supports H.264 encoded videos, which can have three types of frames (I, B, and P). For more information, see Inter Frame. The first frame in the fragment must be an I-frame.

davutcavdar commented 6 years ago

https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-putmedia.html