Amazon Kinesis Video Streams Producer SDK reliably publishes....what does 'publish' mean?

1

"The Amazon Kinesis Video Streams Producer SDK reliably publishes video and other media data to Kinesis Video Streams".

In that sentence, what exactly does the word "publish" mean?

it publishes to the streams? I don't get that...

chrisj
asked 8 months ago207 views
2 Answers
0
Accepted Answer

Hi Chrisj,

"publishing" in this context means extracting media data from a source and uploading it to Amazon Kinesis Video Streams for real-time or buffered streaming[1]. Where you can then store the data into something like Amazon S3[2].

The SDK provides a set of libraries that enable client applications to securely connect to Kinesis Video Streams and stream media data in real-time or after buffering it for a few seconds. These applications are known as producer applications.

I recommend reading the following: Kinesis Video Streams: How it works - https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/how-it-works.html

If this answer helped, please accept, if you have any questions, feel free to respond,

Dylan

Source:

https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk.html[1]

https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/gs-s3Delivery.html[2]

profile pictureAWS
answered 8 months ago
0

Thanks Dylan for your informative reply. Much appreciated.

Is 'ingesting' and "extracting" the same thing?

chrisj
answered 8 months 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