Re: [Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-02 Thread Ross Finlayson
> I did not want to mention this, but exchange "SpecialProtocol" with SAT>IP > and you have your answer. There are many clients for this protocol so I have > to make a Server that speeks their language. Please tell the developer(s) of these clients to contact me directly about this, so I can fu

Re: [Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-02 Thread Thomas Göllner
> It's unusual for a "DESCRIBE" request to contain a "Session:" header. I > think it's allowed in the protocol, but our RTSP client implementation does > not support it. (So, if you wanted to do this, for your client(s) you'd > either need someone else's RTSP client implementation, or else hac

Re: [Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-01 Thread Ross Finlayson
> I'm trying to write my own special RTSPServer which extends the > functionality of the library's RTSPServer for some special protocol. > My RTSPServer is supposed to make little changes to the RTSP Messages before > they are send. I'm now stuck at the point where I want to implement a > DESCRIBE-

[Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-01 Thread Thomas Göllner
Happy New Year to everyone! I'm trying to write my own special RTSPServer which extends the functionality of the library's RTSPServer for some special protocol. My RTSPServer is supposed to make little changes to the RTSP Messages before they are send. I'm now stuck at the point where I want to im