Page 1 of 1

Raspicam stream trough RTSP and UDP

Posted: Thu Feb 21, 2019 8:35 pm
by Highfreq
Hello, for one of my project i need to stream the raspicam video direct to an UDP port on the client and trough an RTSP server on client request.
At the moment i can do both things using gstreamer for the udpsink and gst-rtsp-server for the rtsp side.
My problem is that i can't do it simultaneusly. I guess i need to tee the pipe but i am a bit at a loss here.

Any help with some examples it is really welcome.


regards,

Corrado