[Live-devel] TestMP3Streamer.cpp

Vinay Tyagi mailme_vinaytyagi at yahoo.com
Tue Apr 10 22:33:08 PDT 2012


Hi,
 
while I am trying to execute TestMP3Streamer.exe it doesn't find any RTSP Server and goes into following condition and display the message "Failed to create RTSP ...."
 
if (rtspServer == NULL) {
    *env << "Failed to create RTSP server: " << env->getResultMsg() << "\n";
    exit(1);
  }


RTSP server parameter is defined in TestMP3Streamer.cpp as follows -

#ifdef IMPLEMENT_RTSP_SERVER
RTSPServer* rtspServer;
#endif

Please help how to provide RTSP server reference into this file.

Regards,
Vinay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120410/0d22136c/attachment-0001.html>


More information about the live-devel mailing list