This commit is contained in:
Isaac Connor 2021-10-24 17:43:34 -04:00
parent 824322dff6
commit 3d2615d66f
1 changed files with 4 additions and 7 deletions

View File

@ -8,9 +8,6 @@
RTSPServerThread::RTSPServerThread(int p_port) :
terminate_(false), scheduler_watch_var_(0), port(p_port)
{
//unsigned short rtsp_over_http_port = 0;
//const char *realm = "ZoneMinder";
//
eventLoop = std::make_shared<xop::EventLoop>();
rtspServer = xop::RtspServer::Create(eventLoop.get());