From: Jose, Vinu Jose
Sent: Friday, November 13, 2015 1:19 PM
To: 'live-devel@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
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to