aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.12k stars 810 forks source link

KinesisVideo PutMedia Client #1330

Open millems opened 5 years ago

millems commented 5 years ago

Tracking implementation of 2.x-equivalent functionality to the V1 AmazonKinesisVideoPutMedia.

hassanctech commented 1 year ago

The samples here: https://github.com/aws/amazon-kinesis-video-streams-parser-library Make sure of the V1 PutMedia client. I've started working on migrating the parser library to use the V2 Java SDK but I am blocked on updating the examples until the V2 SDK provides an implementation of the PutMedia client.

danielchristianschroeter commented 2 weeks ago

Any update on when we can expect the implementation for V2? It’s becoming increasingly impractical to start new projects with V1.

“This operation is only available for the AWS SDK for Java. It is not supported in AWS SDKs for other languages.” PutMedia API Documentation

“We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.” End-of-Support Announcement