[Live-devel] FW: RTSP Streaming in Live555

Jose, Vinu Jose Vinu.Jose at Honeywell.com
Thu Nov 12 23:56:24 PST 2015



From: Jose, Vinu Jose
Sent: Friday, November 13, 2015 1:19 PM
To: 'live-devel at lists.live555.com'
Subject: RTSP Streaming in Live555

Hi
  I have a query regarding RTSP streaming in live555. I have created RTSP Client successfully and calling rtspClient->sendDescribeCommand(continueAfterDESCRIBE);
Connect call in RTSPClient::connecttoServer is returning the error no(10035) and eventually following line will be executed
if (myerrno == EINPROGRESS || myerrno == WSAEWOULDBLOCK) {
      // The connection is pending; we'll need to handle it later.  Wait for our socket to be 'writable', or have an exception.
      envir().taskScheduler().setBackgroundHandling(socketNum, SOCKET_WRITABLE|SOCKET_EXCEPTION,
                                             (TaskScheduler::BackgroundHandlerProc*)&connectionHandler, this);
      return 0;

and finally connectResult from RTPSClient is returning 0.

My problem is sendDescribeCommand is success, but the EventHandler(continueAfterDescribe) is not being invoked.

Any idea about this behaviour?

Best Regards,
Vinu Jose
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20151113/1be7fe2f/attachment.html>


More information about the live-devel mailing list