How to Convert RTP Stream to RTSP using GStreamer for DeepStream? #123
EugenioVLopes
started this conversation in
Community
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to Convert RTP Stream to RTSP using GStreamer for DeepStream?
Context
I am developing a Flask microservice that receives an RTP stream (H.264) from Kurento and makes it available as an RTSP stream using GStreamer and
GstRtspServer
. The goal is to allow DeepStream to consume the RTSP stream for further processing. However, I would like to confirm whether my current pipeline is the best approach or if there is a more efficient alternative.Current Implementation
I start the RTSP server using GStreamer’s
GstRtspServer
and update the pipeline dynamically when receiving an RTP stream. Below is my current setup:The microservice exposes an endpoint that allows configuring the RTP input dynamically:
Questions
Any insights or suggestions from the community would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions