> 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
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);
}
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
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