Re: [Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Marlon Reid
.com] On Behalf Of Ross Finlayson Sent: 08 November 2011 05:40 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Heap corruption in AudioInputDevice::createNew() On Nov 7, 2011, at 2:15 AM, Marlon Reid wrote: The call that trashes my hea

Re: [Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Ross Finlayson
On Nov 7, 2011, at 2:15 AM, Marlon Reid wrote: > The call that trashes my heap is: > > FramedSource *micInput = > (WindowsAudioInputDevice*)AudioInputDevice::createNew( envir(), 0, 16 > /*BIT_RATE*/, 2 /*NUM_CHANNELS*/, 22050/*SAMPLE_RATE*/, 2/*GRANULARITY*/); > Please note: > > My applicati

[Live-devel] Heap corruption in AudioInputDevice::createNew()

2011-11-07 Thread Marlon Reid
Hi everyone, I have successfully used live555 in the past for various test programs. I am now trying to incorporate live555 into another application. Live555 forms part of a plugin, which is loaded by our client application. The problem is that when loading this plugin that uses live555, I get