Re: [Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Erlandsson, Claes P (CERLANDS)
ovember 08, 2012 12:45 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] TEARDOWN issue when using response handler Are you sure you're calling sendTeardownCommand() from the liveMedia thread? Typically I've seen random crashes like this when calling a liveMedi

Re: [Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Matt Schuckmann
Are you sure you're calling sendTeardownCommand() from the liveMedia thread? Typically I've seen random crashes like this when calling a liveMedia method from the wrong thread, usually inadvertently. Matt S. On Thursday, November 08, 2012 10:26:16 AM, Erlandsson, Claes P (CERLANDS) wrote: I'

[Live-devel] TEARDOWN issue when using response handler

2012-11-08 Thread Erlandsson, Claes P (CERLANDS)
I'm using the liveMedia (2012.11.05) connecting to a Cisco VSM (version 6.3.2-47d). The server, as I've mentioned in a previous post, requires the client to wait for the TEARDOWN-response, otherwise the server logs will be filled with errors and things will eventually go bad. This can arguably be c