[Live-devel] Porting of live555 Streaming on Windows CE

Sid Price sidprice at softtools.com
Tue Jul 24 13:52:49 PDT 2012


Thank you Ross, I will download and take it for a spin,

Sid.

 

From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Tuesday, 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 "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 now
added some "#ifdef"s to ensure that your compiler will now never even see
this code.  (I'm assuming that you're compiling with _WIN32_WCE defined.)

 

I have now installed a new version (2012.07.24) of the "LIVE555 Streaming
Media" code that should fix this.

 

(The code still, however, assumes that an "abort()" function is defined.  If
it's not defined for you, then you'll need to write your own.)

 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120724/89cfa559/attachment.html>


More information about the live-devel mailing list