Re: [Live-devel] openRTSP, testOnDemandRTSPServer, VLC

2008-10-08 Thread Ross Finlayson
1) When I open the "para.m4e" file locally, VLC cannot play the video. Why can VLC play the video when streaming, but not when play locally? Because VLC does not recognize the ".m4e" filename extension as representing a MPEG-4 Video Elementary Stream file. There's no reason in principle why

[Live-devel] openRTSP, testOnDemandRTSPServer, VLC

2008-10-08 Thread Martin
Dear Ross, all, I am new to live555. When I tested out the RTSP flow, Something I don't quite understand. 1) I compiled latest (live.2008.09.02.tar.gz) under Linux, every thing OK, no issue. 2) I downloaded and renamed "para.m4e" to "test.m4e", and put that under "testProgs" directory. 3) I

[Live-devel] [patch] One FSF address line got missed

2008-10-08 Thread Erik Hovland
I can't find the change in my tree. So I think that this patch is needed to fix the FSF address in the file RTPSource.cpp. E -- Erik Hovland mail: [EMAIL PROTECTED] web: http://hovland.org/ PGP/GPG public key available on request The address in the files for FSF is old. From: Erik Hovland <[EMA

Re: [Live-devel] query regarding debug messages

2008-10-08 Thread Ross Finlayson
Can anyone help me with this?? Probably not, because you made your own modifications/additions to the code. First make sure the existing RTSP server applications ("testOnDemandRTSPServer" and "live555MediaServer") work for you. Then, look at how/why your modifications broke. (Most likely

Re: [Live-devel] Memory Leak while exiting from doEventLoop

2008-10-08 Thread Ross Finlayson
In the downloaded code the doEventLoop() was not exiting and it was a infinite loop. Now i changed the code so that it will exit on keyboard hit. Then also it is not exiting properly. What do you mean "not exiting properly"? Is "doEventLoop()" (when you add a 'watch variable' returning, or n

[Live-devel] fatal error : ntwin32.mak not found

2008-10-08 Thread Stian Broen
Hi, I'm trying to compile the code with VS 2005 according to Eric Flickners 'hints' refered to in the homepage. I'm following every step , except step 4, since this seems to be included in the newest code. When i run the bat file in step 7, i get problems. I receive this error : "liveMedia.ma

[Live-devel] query regarding debug messages

2008-10-08 Thread venugopalpaikr
Hi, I have bulit a server using RTSPServer.cpp and am using openRTSP as the client. During DEBUG am not able to proceed after SETUP state. What i feel is the error is due to urlPresuffix and urlSuffix.] The DEBUG messages are as shown: parseRTSPRequestString() returned cmdName "DESCRIBE", urlP

[Live-devel] Memory Leak while exiting from doEventLoop

2008-10-08 Thread Soumya P N
Hi, In the downloaded code the doEventLoop() was not exiting and it was a infinite loop. Now i changed the code so that it will exit on keyboard hit. Then also it is not exiting properly.I think it is because of some memory leaks. Can anyone give an idea about the resources to be freed while exitin