Commit 76f11cb9 authored by Laurent Aimar's avatar Laurent Aimar

Enabled again timeout for win32 in live555.

parent 20309727
...@@ -541,12 +541,8 @@ describe: ...@@ -541,12 +541,8 @@ describe:
authenticator.setUsernameAndPassword( (const char*)psz_user, authenticator.setUsernameAndPassword( (const char*)psz_user,
(const char*)psz_pwd ); (const char*)psz_pwd );
#if defined(WIN32) /* */
# warning "Disabled live555 timeout because of buggy library"
const int i_timeout = 0;
#else
const int i_timeout = var_CreateGetInteger(p_demux, "ipv4-timeout") / 1000; const int i_timeout = var_CreateGetInteger(p_demux, "ipv4-timeout") / 1000;
#endif
#if LIVEMEDIA_LIBRARY_VERSION_INT >= 1223337600 #if LIVEMEDIA_LIBRARY_VERSION_INT >= 1223337600
psz_options = p_sys->rtsp->sendOptionsCmd( psz_url, psz_user, psz_pwd, psz_options = p_sys->rtsp->sendOptionsCmd( psz_url, psz_user, psz_pwd,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment