Re: [Live-devel] segfault RtspClient

2017-05-09 Thread Ross Finlayson
> in previous version in RtspClient::resetTCPSockets the "alternative byte > handler" is cleared using the "input socket num" before setting it to -1. > > RTPInterface::clearServerRequestAlternativeByteHandler(envir(), > fInputSocketNum); // in case we were receiving RTP-over-TCP > > i

Re: [Live-devel] segfault RtspClient

2017-05-09 Thread Ross Finlayson
> in previous version in RtspClient::resetTCPSockets the "alternative byte > handler" is cleared using the "input socket num" before setting it to -1. > > RTPInterface::clearServerRequestAlternativeByteHandler(envir(), > fInputSocketNum); // in case we were receiving RTP-over-TCP > > i

[Live-devel] segfault RtspClient

2017-05-09 Thread Gerald Hansink
hi ross, using the latest livemedia sources i see a segfault sometimes when making a rtsp connection to a axis ip camera. it looks like in SocketDescriptor destructor a "alternative byte handler" callback function is called with a pointer to a RtspClient instance which is deleted. in RtspClient d