Hi Ishwar,
Thanks a lot for your suggestions.
I'm not facing any issues with the code if (errno != EINTR && errno !=
EAGAIN) { as i'm using WinCE 6.0. (I guess WinCE 6.0 adresses this issue).
Secondly GetSystemTime() function is used in 2 files i.e
1>Groupsockhelper.cpp and RTSPServer.cpp. In bo
Seems to be working fine for me.. I downloaded latest tarball today
morning, compiled and verified.
If you want, I can send you .vcp files that have.
Only change I had to make was this line 83 in BasicTaskScheduler.cpp file
if (errno != EINTR && errno != EAGAIN) {
To
if (err != 0)
WINC
Hi! I have a trouble with live 555 Streaming media library source code. I am
trying to do a cross-compile for Nokia n810 using "scratchbox", but it
fails. Does anybody knows how I can compile it?
On the other hand, I am looking for an old release of live555 because it
could solve the problem but I