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