<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Building Live555 streaming media
in Windo</title></head><body>
<blockquote type="cite" cite><font size="-1">You should have following
defined in that file.</font><br>
<br>
<font size="-1">#define READ_FROM_FILES_SYNCHRONOUSLY 1</font><br>
<br>
<font size="-1">That should take care of your
problem.</font></blockquote>
<div><br></div>
<div>Yes, but that's not necessarily what he wants.&nbsp; Does Wince
allow open files to be handled as select()able sockets (as Windows XP,
and all Unix systems, do)?&nbsp; If so, then you *don't* want file
reads to be performed synchronously.</div>
<div><br></div>
<div>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</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>READ_FROM_FILES_SYNCHRONOUSLY</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>