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.
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!
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!