> I have been having a look in live555 source code for some time right now in > order to find out how cloud I implement an RTSP server using live555 and > using at the same time my own UDP/RTP sender functions.
I believe you can do this, by defining your own subclass of "ServerMediaSubsession" (and then adding an instance of this class (inside a "ServerMediaSession) to your "RTSPServer" object, after you've created it). Your subclass of "ServerMediaSubsession" will need to implement the following pure virtual functions: sdpLines(), getStreamParameters(), startStream(). Ross Finlayson Live Networks, Inc. http://www.live555.com/
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel