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
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to