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