Closed HelloEgg closed 6 years ago
We currently do not offer a consumer in the AWS Android SDK
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.
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
What service are you using? Kinesis video stream
In what version of SDK are you facing the problem?
Is the issue limited to Simulators / Actual Devices? Yes
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
make .jar file and implement it as library
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!