What do you think it takes about 1 sec to execute these line ?
In playCommon.cpp
[...]
char* optionsResponse = getOptionsResponse(ourClient, url);
[...]
char* sdpDescription = getSDPDescriptionFromURL(ourClient,
url, username, password, proxyServerName,
proxyServerPortNum,
Hi everyone,
In playCommon.cpp
What do you think it takes about 1 sec to execute these line ?
In playCommon.cpp
ourClient = createClient(*env, verbosityLevel, progName);
char* optionsResponse = getOptionsResponse(ourClient, url);
char* sdpDescription = getSDPDescr