mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 00:40:25 +00:00
rtsp already working with huge refactor from CESNET, now reparing audio messaging api issue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user