aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.03k stars 548 forks source link

Is kinesis video Android consumer side possible? #469

Closed HelloEgg closed 6 years ago

HelloEgg commented 6 years ago

Hi.

I am trying to view the streamed video from kinesis video to my android application.

So far I succeeded in producing video streaming to Kinesis video stream.

However, I cannot find a way to stream that video to my android.

Would there be a way to view(consume) stream data in my android application?

So far, my assumption is to use Kinesis Video Streams parser library and

  1. make .jar file and implement it as library

  2. Download all java files from parser library in android working directory

I doubt if simply implementing java file would work but Android-SDK does not seem to offer consumer side.

Thanks in advance!

minbi commented 6 years ago

We currently do not offer a consumer in the AWS Android SDK

minbi commented 6 years ago

Release 2.6.25 New Features

Amazon Kinesis Video Streams
    Updated models for HLS streaming feature. Add AWSKinesisVideoArchivedMediaClientand dependency implementation 'com.amazonaws:aws-android-sdk-kinesisvideo-archivedmedia:2.6.25' to access HLS streaming feature.
desaichirag06 commented 5 years ago

I have been trying to integrate Kinesis Video Stream with Rekognition in an Android app and haven't been able to get best tutorials for the same.

I want to implement Facial Recognition and I am stuck at the step of PutMedia. In the demo as well as in documentation I only found details related to Java SDK and nothing related to Android SDK where I need to use Android app as Kinesis Producer and stream the video to the Rekognition service.

I have already referred the following links so far: https://docs.aws.amazon.com/rekognition/latest/dg/recognize-faces-in-a-video-stream.html https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-putmedia.html https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-android.html https://github.com/awslabs/aws-sdk-android-samples/tree/master/AmazonKinesisVideoDemoApp https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producersdk-android-downloadcode.html

Any help with the issue would be a great.

Thanks