allow to remove a session

pull/296/head
mpromonet 2 years ago
parent b03e11fd04
commit 4c140e29d5

@ -173,6 +173,10 @@ class V4l2RTSPServer {
return url;
}
void RemoveSession(ServerMediaSession* sms) {
m_rtspServer->deleteServerMediaSession(sms);
}
protected:
UserAuthenticationDatabase* createUserAuthenticationDatabase(const std::list<std::string> & userPasswordList, const char* realm)
{

Loading…
Cancel
Save