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
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
> 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
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