<div dir="ltr">For my specific application, we would like to stream video over RTSP to a specific user. Because RTSP isn't encrypted, we would like to instead make sure that when a user requests a stream, using encrypted and secure methods, that once we deliver it, that they are the only one it is streamed to from the server to provide some extra protection along with a couple other layers of protection.<div><br></div><div>I already have everything else working, am I looking right at some easy way to execute some code upon a new stream starting up? If I set reuseFirstSource to false, then is createNew called on the class subclassed by FramedSource?</div><div><br></div><div>Thank you,</div><div>Matt</div></div>