Re: [Live-devel] How do I gracefully disconnect all clients?

2018-08-30 Thread jared-555
Thanks. Using the iterator worked. On 2018-08-28 19:37, Ross Finlayson wrote: You call “GenericMediaServer::closeAllClientSessionsForServerMediaSession()”; see “liveMedia/include/GenericMediaServer.hh"; lines 55-59. If you want to do this for *all* of the server’s “ServerMediaSession” objects,

[Live-devel] How do I gracefully disconnect all clients?

2018-08-28 Thread jared-555
Hello, I'm brand new to live555, so maybe this is a dumb question, but how can I gracefully disconnect all connected clients, without shutting down the server? I want to do this when I change the password so that clients will get disconnected and then they'll reconnect using the new password