OK, I have now installed a new version (2009.04.06) of the "LIVE555
Streaming Media" code that - I think - now fixes this problem.
Please download and check the new code, to make sure it's OK.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
Quoting Ross Finlayson :
> Unfortunately I'm not an expert on Windoze-specific API stuff.
You may have a look at vlc times functions :
http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=src/misc/mtime.c;h=0dbb4df578308b38e6e3ff9487b0e9143f11853b;hb=HEAD
or for a direct access to the file :
Over in GroupSockHelper.cpp is a windows implementation of gettimeofday().
There are three implementations for it -- one for CE (?), one that uses
ftime() and another that uses QueryPerformanceCounter().
The version that uses QueryPerformanceCounter() is broken. With that
implementation, the ep
Over in GroupSockHelper.cpp is a windows implementation of gettimeofday().
There are three implementations for it -- one for CE (?), one that uses
ftime() and another that uses QueryPerformanceCounter().
The version that uses QueryPerformanceCounter() is broken. With that
implementation, the