Re: [Live-devel] [Live-develop] Problems with delete in MediaSink.cpp

2008-02-18 Thread Cristiano Belloni
Cristiano Belloni wrote: > Ross Finlayson wrote: > >> Cristiano, >> >> What you're doing looks OK. Perhaps the first thing you could look >> into is to check whether your RTPSink (subclass)'s destructor is >> somehow getting called more than once (for each instance of the >> class). Obvious

Re: [Live-devel] [Live-develop] Problems with delete in MediaSink.cpp

2008-02-18 Thread Cristiano Belloni
Ross Finlayson wrote: > Cristiano, > > What you're doing looks OK. Perhaps the first thing you could look > into is to check whether your RTPSink (subclass)'s destructor is > somehow getting called more than once (for each instance of the > class). Obviously this shouldn't be happening, but it

Re: [Live-devel] [Live-develop] Problems with delete in MediaSink.cpp

2008-02-15 Thread Ross Finlayson
Cristiano, What you're doing looks OK. Perhaps the first thing you could look into is to check whether your RTPSink (subclass)'s destructor is somehow getting called more than once (for each instance of the class). Obviously this shouldn't be happening, but it would explain the symptoms that

[Live-devel] [Live-develop] Problems with delete in MediaSink.cpp

2008-02-14 Thread Cristiano Belloni
Hi, I'm streaming videos from an RTSP on demand server with LiveMedia. I wrote my own "FramedSource" subclass and my own "OnDemandServerMediaSubsession" subclass in order to stream frames acquired from my live source, rather than from a file. This solution streams correctly, but when I close m