[Live-devel] Building Live555 streaming media in Windows Mobile 5.0
Ross Finlayson
finlayson at live555.com
Thu Mar 27 12:40:19 PDT 2008
>You should have following defined in that file.
>
>#define READ_FROM_FILES_SYNCHRONOUSLY 1
>
>That should take care of your problem.
Yes, but that's not necessarily what he wants. Does Wince allow open
files to be handled as select()able sockets (as Windows XP, and all
Unix systems, do)? If so, then you *don't* want file reads to be
performed synchronously.
If, however, Wince is brain-damaged (like many versions of Windows)
and doesn't allow open files to he handled as select()able sockets,
then, yes, you will want to define
READ_FROM_FILES_SYNCHRONOUSLY
--
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/20080327/6569ec06/attachment.html
More information about the live-devel
mailing list