> I don’t know why only my own rtspserver is crashed. But, I think crash could
> occurred in several test programs because this is logically problem.
> RTPInterface::sendPacket call sendRTSPorRTCPPacketOverTCP method with
> socketNumber.
> sendRTSPorRTCPPacketOverTCP call sendDataOverTCP.
> sendD
Thanks Ross for your answer.
I used latest version(2014.07.18).
I don't know why only my own rtspserver is crashed. But, I think crash could
occurred in several test programs because this is logically problem.
RTPInterface::sendPacket call sendRTSPorRTCPPacketOverTCP method with
socketNumber.
Because this problem occurs with your own custom application, there's probably
not much that we can do to help you (especially as your use of a "@gmail.com"
email address suggests that you are just a casual hobbyist).
But you should first make sure that you are using the latest version of the
"
Hi.
I have implemented a RTSP server with own recording files.
The problem occurs when removed stream socket while sending packet over tcp
sockets.
When packet sending is failed in RTPInterface::sendDataOverTCP method, it
called RTPInterface::removeStreamSocket method.
call stack like this :
Rt