Re: [Live-devel] sigsegv when closing RTSPServer whilst streaming

2013-07-09 Thread Ross Finlayson
Thanks for the report. I'll look into this. But if possible (to help me track this down), please send a stack trace (at the point of the crash). Also, does the error occur only if you delete the server while it's in the middle of streaming? If so, does this happen only with RTP-over-TCP strea

[Live-devel] sigsegv when closing RTSPServer whilst streaming

2013-07-09 Thread Piers Hawksley
When running live.2013.07.03 I get a sigsegv when closing the RTSPServer whilst streaming. When running live 555 with debug turned on, if I get: RTSPClientConnection[0x1c5c80]::handleRequestBytes() read -1 new bytes (of 1); terminating connection! I then get the following and the progr

[Live-devel] Application-specific RTCP packets

2013-07-09 Thread Łukasz Czyż
Dear liveMedia development team Can you tell me whether current version of library provides some interface to handle application-specific RTCP packets (as described in )? I need to use such functionality with a "on-demand h246 RTSP server" scenario.