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.

From my subclass, I can't call GenericMediaServer.cleanup() because it is private, and that's probably not really what I want anyway.

I can't iterate over GenericMediaServer->fOurServerMediaSession and call closeAllClientSessionsForServerMediaSession(session), because fOurServerMediaSession is private.

Thanks,

Jared
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to