⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
VDR Streamdev Plugin
All Projects
VDR Streamdev Plugin
+
New issue
Overview
Activity
Roadmap
Issues
Files
Repository
Download (414 Bytes)
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
;
}
« Previous
1
2
3
…
5
Next »
(1-1/5)
Loading...