<div dir="ltr">Hi All,<br><div><br></div><div>Greeting of the Day.</div><div><br></div><div>My Requirement:</div><div>I want to use Gstreamer RTSP Server in my streaming server, The scenario I am trying to achieve is that the server will have two mount points like:</div><div>1. rtsp://<IP>:<Port>/multicaststream</div><div>2. rtsp://<IP>:<Port>/unicaststream <br></div><div>Server will provide multicast and unicast live streams on respective urls. To optimize the resources used I am trying to use the same GstRTSPMediFactory to stream both unicast and multicast streams simultaneously utilizing a single multimedia pipeline to achieve live stream from single source to serve different clients.</div><div><br></div><div><div>As shown in the test example in Gstreamer/gst-rtsp-server/examples/test-multicast2.c, I have tried adding an address pool on request of unicast/multicast. But eventually it is only streaming either of them.</div><div></div></div><div><br></div><div>Queries:</div><div>- Is it possible to use the same GstRTSPMediaFactory to deliver stream to multiple client on different transport (ex: UDP-Multicast and TCP-UDP Unicast)?</div><div>- I have also tried to create two GstRTSPMediaFactory for both multicast and unicast but in that case the question still remains how would the same media source could be shared between multiple media factory or pipeline? </div><div><br></div><div>Provide advice to achieve it.</div><div><br></div><div>Regards,</div><div>Manoj Detroja.</div><div><br></div></div>