awslabs / amazon-kinesis-video-streams-producer-sdk-java

Allows developers to install and customize their connected camera and other devices to securely stream video, audio, and time-encoded data to Kinesis Video Streams
Apache License 2.0
78 stars 75 forks source link

How to get RTSP stream live feed to pass it to the kinesis video stream using java sdk #184

Closed giriDasha3 closed 1 year ago

giriDasha3 commented 1 year ago

Hello People,

This is not a bug.

I need assistance extracting frames from a real-time streaming protocol (RTSP) live URL and transmitting them to a Kinesis video stream using SDK for Rekognition.

I have made several attempts but have been unable to find a suitable implementation for this task.

Currently, I am using the GStreamer tool, which is functioning well. However, I would like to switch to an SDK for programmatic access.

sirknightj commented 1 year ago

Two suggestions:

See #28 for some related discussions