[Live-devel] resending the describe command
Ross Finlayson
finlayson at live555.com
Thu Aug 4 07:59:18 PDT 2016
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/
More information about the live-devel
mailing list