aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
102 stars 52 forks source link

Streams Parser Library Example code for NodeJS or Browser #21

Closed pflugs30 closed 6 years ago

pflugs30 commented 6 years ago

I'm not sure if this issues list is the best / right place for this question, but I'll ask it anyway. I appreciate very much the Streams Parser Java SDK. It really helps me understand things better.

Is there another SDK or example project for retrieving / parsing / displaying media from a Video Stream in a NodeJS / browser application? I'm essentially looking to create a version of the live streams viewer on the AWS Kinesis Video Streams console. I've been unable to find any concrete "hello world" examples or tutorials. I've read through the Developer Guide and API Reference documents, and I'm working through building my own browser-based tests now. Ideally, I'd like to download a sample or tutorial project, point it at a video stream, and see a live feed in real-time.

Does something like that tutorial exist? Any plans to create one? Thanks again! -Matthew

MushMal commented 6 years ago

@pflugs30 we are working on creating more samples and more documentation for various scenarios. One thing I would recommend is to reach out to kinesis-video-support@amazon.com for generic questions/comments.

pflugs30 commented 6 years ago

Okay, thank you very much.

brahama commented 5 years ago

No news regarding NodeJS examples? Thanks

SujithSizon commented 5 years ago

Hello @pflugs30 @brahama any luck yet, were you guys able to write one on your own ?

pflugs30 commented 5 years ago

Hello @SujithSizon. No, I didn't pursue Kinesis with NodeJS any further at the time. I stuck with the Java examples, and that was enough for our R&D efforts at the time. I haven't worked with Kinesis video streams since.