Forward RTP stream using RTSP Server

rhythm87 rhythmchopra8 at gmail.com
Mon Jul 2 21:01:37 UTC 2018


Hi, 
I have an incoming RTP stream over a port (X) on my machine , now I want to
use that stream to be served as RTSP stream to multiple clients over an RTSP
URL. For that case, following pipleine for RTSP server serves well:
"( udpsrc port=X caps=\"application/x-rtp, media=(string)video,
encoding-name=(string)H264,clock-rate=(int)90000\" ! queue ! rtph264depay !
rtph264pay name=pay0 pt=96 )"

But the issue is I have to unnecessarily depay and pay the stream in RTSP
server as well. Since my incoming stream is already rtp-payloaded. Is there
a way I can avoid this unnecessary overhead?

Only using `udpsrc` in RTSP server pipeline doesn't work well.

Please suggest.

Regards
Rhythm 
 





--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list