Re: [Live-devel] Streaming a WAV file

2012-07-25 Thread Ross Finlayson
Thanks. This will be included in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Streaming a WAV file

2012-07-25 Thread Sid Price
unsigned formatLength; if (!get4Bytes(fid, formatLength)) break; unsigned short audioFormat; The balance of the method remains the same. The new code simply skips and subchunk other than "fmt " Sid. From: live-devel-boun...@ns.live555.com [mailto:live-dev

Re: [Live-devel] Streaming a WAV file

2012-06-06 Thread Ross Finlayson
> I am running the OnDemandRTSPServer test application with WAV files and it > seems that the WAV file processing expects the first SubChunk of the file to > always be the “fmt “ SubChunk. This is not the case for the files I am using, > they have other SubChunks, e.g. “LIST”. > > What is the

[Live-devel] Streaming a WAV file

2012-05-31 Thread Sid Price
Ross, I am running the OnDemandRTSPServer test application with WAV files and it seems that the WAV file processing expects the first SubChunk of the file to always be the "fmt " SubChunk. This is not the case for the files I am using, they have other SubChunks, e.g. "LIST". What is the be