aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

Sample Dockerfile available? #173

Closed Alex-Wenner-FHR closed 1 year ago

Alex-Wenner-FHR commented 1 year ago

Hello!

This is a great library and very verbose. I am new to the KVS but have been able to follow documentation here and get a CPP container running and publishing streams to AWS KVS successfully. This works great!

I am at a point now where I want to put a process out there to consume these streams that are being published for analysis. After doing some searching I found this repository and being that it is as well written and documented as it is, I would much rather use something like this then trying to leverage boto3 and the available APIs do redo this process myself.

With that said, would it be possible to provide a sample Dockerfile as seen here for the CPP producer? I think a sample Dockerfile would be a great help and steer me in the right direction. If this already exists please point me to it! Thanks!

Alex-Wenner-FHR commented 1 year ago

I understand how to compile and build now. No longer needed

gem-aniketyadav commented 9 months ago

Hi @Alex-Wenner-FHR can you provide the Dockerfile here as well. It would be a lot of help.