I am currently developing an android app which live streams the video to the kinesis video streams and the ability to play the stream in some other devices.
What i did: I followed the link https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-android.html and was able to stream the video to the kinesis stream, which i could see in the stream dashboard page.
Now to consume the stream and play it in the device i found the java sample of it - https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/parser-library.html. After some trial and error i was able to render the video in the JFrame.
Question: My question is, isn't there an end-to-end support to produce and consume the kinesis video streams completely in android?