FYI, the latest version (2015.06.07) of the “LIVE555 Streaming Media” code 
restructures the “RTSPServer” class into an abstract base class 
“GenericMediaServer”, and a subclass "RTSPServer".  The reason for this 
restructuring is to make it possible - in the future - to develop other kinds 
of media server that use the same "ServerMediaSession"/"ServerMediaSubsession" 
objects (and much of the same code) to represent the stream(s) that they serve, 
but using protocols other than RTSP.

The existing “RTSPServer” class API remains unchanged, so this restructuring 
should have no effect on any of your existing code.  But if anyone runs into 
any problem with the new code, then please let us know ASAP.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to