[Live-devel] Heap corruption

2012-03-28 Thread Tarun Batra
i ran the RTSPserverSupportingHttpStreaming file using live555 media server,when i opened the url .i.e. http://url:portno/filename i got an error in memcpy.asm that is Unhandled exception at 0x1027ceb7 (msvcr100d.dll) in http2.exe: 0xC005: Access violation reading location 0xfeeefef2. and a

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