sday, July 24, 2012 2:20 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Porting of live555 Streaming on Windows CE
OK, it turns out that the problem is not as bad as I had first thought. The
code (in the LIVE555 library) that calls "fileno()" and &quo
g of live555 Streaming on Windows CE
OK, it turns out that the problem is not as bad as I had first thought. The
code (in the LIVE555 library) that calls "fileno()" and "read()" turns out
to not be needed for Windows at all, because it's used only to implement
asynch
OK, it turns out that the problem is not as bad as I had first thought. The
code (in the LIVE555 library) that calls "fileno()" and "read()" turns out to
not be needed for Windows at all, because it's used only to implement
asynchronous file reading (which is not supported in Windows). I have
ted in favor of the ANSI function.
Sid.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Tuesday, July 24, 2012 9:37 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Porting of live555 Streaming on Win
> The problem with _fileno is that it returns "void *" and
> "makeSocketNonBlocking" and "turnOffBackgroundReadHandling"takes a "socket"
> parameter that is defined as "int".
Note the difference between "fileno()" - a standard C library function that
should always returns an "int" (even, I hope,
Behalf Of Ross Finlayson
Sent: Tuesday, July 24, 2012 8:44 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Porting of live555 Streaming on Windows CE
In particular I've used the libce
library to resolve some compilation
error on the flowing functions:
_fileno:
> In particular I've used the libce
> library to resolve some compilation
> error on the flowing functions:
>
>
> _fileno: has different signature under WinCE
> abort: is not available
> under WinCE
> read: is not available under WinCE
That's strange. Several other people have built the code
Hi,
I'm working in porting the live555 on windows CE system.
I was able
to compile and test the library on WinCE but to do that
I've made some
small modification in the code.
In particular I've used the libce
library to resolve some compilation
error on the flowing functions:
_fileno: has dif