Project

General

Profile

Feature #2016 » componentRTSP.c

nano, 12/01/2014 03:14 PM

 
/*
* $Id: componentRTSP.c,v 1.2 2005/05/09 20:22:29 lordjaxom Exp $
*/

#include "server/componentRTSP.h"
#include "server/connectionRTSP.h"
#include "server/setup.h"

cComponentRTSP::cComponentRTSP(void):
cServerComponent("RTSP", StreamdevServerSetup.RTSPBindIP,
StreamdevServerSetup.RTSPServerPort)
{
}

cServerConnection *cComponentRTSP::NewClient(void)
{
return new cConnectionRTSP;
}
(1-1/5)