Hi,
I am trying to develop an application. The goal is to have to different RTSP paths, one will serve only unicast and the other will serve only multicast.
gst-rtsp-server works fine for just unicast, or just multicast applications but I haven't had success with mine.
I tried the following:
BONUS Question: I also want to record video on the same pipeline. Is it possible? Is there an element that can be switched on/off on the run. That will block/allow dataflow to a filesink maybe?
I got reply as below:
"We only provide the gstreamer architecture and plugins, we don't have much experience on build up a pipeline to satisfy the complex application.
For record video on the same pipeline, maybe you could try plugin "tee" to route another pipeline which do recording."