Skip to content

simukappu/sample-kinesisvideo-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sample-kinesisvideo-consumer

Sample applications as Amazon Kinesis Video Streams consumers

Preparation for the producer

See https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-cpp.

You can use GStreamer Demo App in this producer SDK.

Preparation for the consumer

  1. Clone this repository
  2. Import this application to IDE like Eclipse
  3. 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
  4. Create your stream of Amazon Kinesis Video Streams and set region and stream name as JVM arguments
  5. Set your AWS credentials as default to access your stream of Amazon Kinesis Video Streams
  6. Run the producer
  7. Run the consumer in src/main/java/com/example/aws/kinesisvideo/consumer directory

Releases

No releases published

Packages

No packages published

Languages