<div dir="ltr">Hello.<div><br></div><div>I have a Gst-rtsp-server that is based on the example "test-launch.c". </div><div><br></div><div>Right now, I have the source to the server opening a .SPD file that was generated when running ffmpeg -i <file> -f rtp rtp://<IP>:8090</div><div><br></div><div>I start the server with </div><div><ul><li>./test-launch "filesrc location=new.sdp ! sdpdemux ! identity name=pay0 "</li></ul><div>And then the server makes the steam available at port 5554.</div></div><div><br></div><div>My question how to scale up this server. Is it possible to receive multiple streams at the same port? How can I differentiate a source from another while creating the server, factory and mount them?</div></div>