Re: [Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Jeff Shanab
That is exactly what I am trying. :( From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 07, 2011 10:58 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] shutdown rtsp client subc

Re: [Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Ross Finlayson
> I am trying to shutdown my subclassed rtsp client and because of the > migration to async, I am having a hard time avoiding access violations. > > It seems like the object destroys when I call Media::close and then it tries > to handle an incoming response or data and then crashes when there

[Live-devel] shutdown rtsp client subclass without stopping program.

2011-12-07 Thread Jeff Shanab
I am trying to shutdown my subclassed rtsp client and because of the migration to async, I am having a hard time avoiding access violations. It seems like the object destroys when I call Media::close and then it tries to handle an incoming response or data and then crashes when there is no Requ