<div dir="ltr">I'd like to have a single process expose two separate RTSP addresses: <br><br>rtsp://<myip>:<myport1>/endpoint1<br>rtsp://<myip>:<myport2>/endpoint2<br><br>...as opposed to having multiple video subsessions from one server media session, I'd like two separate servers on different port numbers, etc. For management (for us, anyway), it'll be easier if it's hosted in a single process. <br><br>I assume what I'd have to do is literally create two separate instances of BasicTaskScheduler and BasicUsageEnvironment, and attach two separate instances of RTSPServer to each, and so forth. Or is this overkill? Can a BasicTaskScheduler be reused? Basically I'm looking for the "best" way to do this (and most supported moving forward). <br><br>...I also know that I could create multiple video streams under a single media session ("video tracks"), but I'd like different endpoints altogether. <br><br>Thanks. </div>