Sample applications as Amazon Kinesis Video Streams consumers
See https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.
You can use GStreamer Demo App in this producer SDK.
- Clone this repository
- Import this application to IDE like Eclipse
- Clone the following amazon-kinesis-video-streams-parser-library repository and add to build path or your local Maven repository https://github.com/aws/amazon-kinesis-video-streams-parser-library
- Create your stream of Amazon Kinesis Video Streams and set region and stream name as JVM arguments
- Set your AWS credentials as default to access your stream of Amazon Kinesis Video Streams
- Run the producer
- Run the consumer in src/main/java/com/example/aws/kinesisvideo/consumer directory