If an error occurs when sending a RTSP command, the “RTSPClient” object gets 
reset - which includes setting its “rtsp://“ URL to NULL.  The only way to then 
send another command is to do so using a *new* “RTSPClient” object.  I.e.,
        - call Medlium::close() on the existing “RTSPClient” object, then
        - create a new “RTSPClient” object (with the proper “rtsp://“ URL), then
        - call “sendDescribeCommand()” on the new “RTSPClient” object


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