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

Sample Dockerfile available?

Alex-Wenner-FHR opened this issue · 2 comments

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!

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