pjain
pjain

Reputation: 1169

how to use Gstreamer for rtsp proxy

I want to create an rtsp proxy where rtsp stream can be taken from one end and then need to stream the same(using rtsp) on other side.This is more of a rtsp relay but I wanted to trans code this relayed stream in between.

Can anyone suggest a way for doing this? I had considered Gstreamer for this, but that can act only as rtsp server, but I still don't know how to get the rtsp stream from other side and how to relay rtsp events.

Any existing library which can help me in achieving this? or If Gstreamer can be used in this way ?

Upvotes: 3

Views: 2590

Answers (1)

che
che

Reputation: 12273

Gstreamer should be able to use RTSP on input, there is rtspsrc element for it.

Upvotes: 1

Related Questions