Displaying 3 results from an estimated 3 matches for "async_read".
Did you mean:
async_pread
2004 Sep 10
4
Streaming With Flac
We have FLAC support on our AudioReQuest products, and we allow
streaming from our built-in web server for MP3s, but can not get Flac
working. Does anyone know a Windows based player that will play FLAC
streams?
I have tried the Winamp plug-in for FLAC (even updated it to 1.1.0), but
streaming is not working. We use embedded id3 tags instead of Flac
comments if this means anything. Thanks
2004 Sep 10
0
Re: Streaming With Flac
...m our built-in web server for MP3s, but can not get Flac
> working. Does anyone know a Windows based player that will play FLAC
> streams?
Try http://corecodec.org/projects/coreflac and any DirectShow based
player ( like WMP 6.4 ) , but i dont know if Toff had the time already
to add a async_reader sourcefilter structure, and this would be required
if the filter should connect to the HTTP streaming filter from M$.
The only other solution i am aware of is the old MediaXW project of Ingo
Ralf Blum, but i am not sure if the very old version on sourceforge is
capable of playing FLAC already...
2017 Mar 17
0
Wine release 2.4
...om read_http_stream.
wininet: Rewrite asynchronous read to try to fill whole buffer and not buffer additional data unless requested.
wininet: Rewrite InternetReadFileEx for http protocol to make use of non-blocking reads.
wininet: Reimplemented InternetQueryDataAvailable on top of async_read.
wininet: Merge InternetReadFile and InternetReadFileEx implementations.
wininet: Get rid of no longer needed BLOCKING_WAITALL.
wininet: Get rid of no longer needed blocking_mode_t.
wininet/tests: Added more HTTP read tests.
wininet: Always use non-blocking reads in HT...