Re: [Live-devel] TestMP3Streamer.cpp

2012-04-12 Thread Ross Finlayson
> 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

[Live-devel] TestMP3Streamer.cpp

2012-04-11 Thread Vinay Tyagi
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);   }

Re: [Live-devel] testMP3Streamer.cpp and testMP3Receive.cpp

2009-07-24 Thread Woods
Can you use Sniffer software to CONFIRM you have received streaming packets on destination machine? 2009/7/20 DannyLuo > Hi, >I am still confused by the using of testMP3Streamer.exe and > testMP3Receive.exe. >when I test the testMP3Streamer.exe and testMP3Receive.exe on two > computers

[Live-devel] testMP3Streamer.cpp and testMP3Receive.cpp

2009-07-23 Thread DannyLuo
Hi, I am still confused by the using of testMP3Streamer.exe and testMP3Receive.exe. when I test the testMP3Streamer.exe and testMP3Receive.exe on two computers with the IP address of 192.168.12.20 and 192.168.12.25 respectively, the program works good. But when I test the testMP3St