Re: [Live-devel] SET_PARAMETER doesn't get handled in the RTSPServer over TCP

2011-12-20 Thread Ross Finlayson
OK, I've now installed a new version (2011.12.20) of the code that fixes this problem. (The problem occurred only with commands - like "SET_PARAMETER" and "GET_PARAMETER" that have a "Content-Length:" header, and only when the entire command is not read at once - which is the case for RTP-over-

Re: [Live-devel] SET_PARAMETER doesn't get handled in the RTSPServer over TCP

2011-12-19 Thread Ross Finlayson
> I am running the 12-2-2011 build of Live555. When I run > RTSPClient::sendSetParameter(…) with a session that is running UDP to a > live555 server implementation, the server parses and successfully runs the > RTSPClientSession:: handleCmd_SET_PARAMETER (overridden in a subclass). If I > run

[Live-devel] SET_PARAMETER doesn't get handled in the RTSPServer over TCP

2011-12-19 Thread Jer Morrill
Many apologies if this is a dupe, I don't think I properly signed up for the list before sending this earlier so I'm not sure if the email was "lost" or not. First I want to thank everyone involved in this project for such a high quality library. This is surely open-source done right! I am run