Skip to content

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

Answered by sirknightj
giriDasha3 asked this question in Q&A
Discussion options

You must be logged in to vote

Two suggestions:

  • Search for an open source rtsp client, and send the frames to the java producer. We suggest creating and implementing an rtsp MediaSource.
  • Use the GStreamer bindings for Java and use the rtspsrc element and the appsrc element to get the frames and send them via the java producer.

See #28 for some related discussions

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by niyatim23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #184 on July 10, 2023 01:39.