rtsp already working with huge refactor from CESNET, now reparing audio messaging api issue

This commit is contained in:
Castillo, Gerard
2014-03-10 15:09:18 +01:00
parent 90e8c321dd
commit 8f47dae291
3 changed files with 3 additions and 4 deletions

View File

@@ -81,8 +81,9 @@ int BasicRTSPOnlyServer::init_server() {
if (env != NULL || rtspServer != NULL || mod == NULL || (avType >= NUM_RTSP_FORMATS && avType < 0)){
exit(1);
}
//setting livenessTimeoutTask
unsigned reclamationTestSeconds = 25;
unsigned reclamationTestSeconds = 5;
TaskScheduler* scheduler = BasicTaskScheduler::createNew();
env = BasicUsageEnvironment::createNew(*scheduler);