[Live-devel] READ_FROM_FILES_SYNCHRONOUSLY applies for WinCE as well

2013-01-31 Thread Roehrl, Simon
Hey, the problem with sockets applies for Windows CE as well. Find attached a patch that defines READ_FROM_FILES_SYNCHRONOUSLY when compiled for WinCE. Regards Simon InputFile.hh.patch Description: InputFile.hh.patch ___ live-devel mailing list live-

Re: [Live-devel] Timestamp conversion in RTPSink.cpp

2012-11-08 Thread Roehrl, Simon
The windows (not CE) implementation wasn't threadsafe, so I've changed that code too. Find attached the new GroupsockHelper.cpp. This solution is ok for us, so I won't spend any further time in this topic From: live-devel-boun...@ns.live555.com [mailto:live-deve

Re: [Live-devel] Timestamp conversion in RTPSink.cpp

2012-11-06 Thread Roehrl, Simon
we want to use live555 in one of our products on the WinCE platform and we have some issues with timestamp calculation. >From file liveMedia/RTPSink.cpp: u_int32_t RTPSink::convertToRTPTimestamp(struct timeval tv) { // Begin by converting from "struct timeval" units to RTP timestamp units: u_i

[Live-devel] Timestamp conversion in RTPSink.cpp

2012-11-05 Thread Roehrl, Simon
Hi, we want to use live555 in one of our products on the WinCE platform and we have some issues with timestamp calculation. >From file liveMedia/RTPSink.cpp: u_int32_t RTPSink::convertToRTPTimestamp(struct timeval tv) { // Begin by converting from "struct timeval" units to RTP timestamp units: