In the latest version (2012.02.29) of the "LIVE555 Streaming Media" code, the 
old, synchronous "RTSPClient" interface is no longer supported, by default.  If 
you are still using this old interface, then you should upgrade to the 
asynchronous interface.  (You can use the code for the "testRTSPClient" demo 
application for guidance.)

If, however, you really want to continue to use the old synchronous 
"RTSPClient" interface, you can do so by "#define"ing
        RTSPCLIENT_SYNCHRONOUS_INTERFACE
before "include/RTSPClient.hh" is included for the first time.

(At some point in the future the old synchronous interface might get removed 
entirely.)


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

Reply via email to