Re: [Live-devel] Question on RTSP field OPTIONS syntax

2009-07-26 Thread Ross Finlayson
Hello, I'm using RTSP/RTP over TCP to get video data from an IP camera. As soon as I send out OPTIONS command, the camera server close the connection. However, the VLC player works fine. Its OPTIONS has many lines recognizable and unrecognizable and its User-Agent is LIVE555. My OPTIONS lines

Re: [Live-devel] problem trying to transmit raw audio data to mplayer

2009-07-26 Thread Ross Finlayson
If I try to download the stream with openRTSP it works fine, I just open the received stream with audacity and I can listen to it. [...] When I try to listen to it with maplyer I get this output: MPlayer dev-SVN-r26940 CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (Family: 6, Model: 15

Re: [Live-devel] MPEG2 to TS Conversion Problems

2009-07-26 Thread Ross Finlayson
After further investigation, I assumed that there was a problem with the way that ByteStreamFileSource was handling IO on windows. On Windows, the "READ_FROM_FILES_SYNCHRONOUSLY" constant must be defined (to 1) in "ByteStreamFileSource.cpp". This should happen automatically (provided that __

Re: [Live-devel] Memory leak

2009-07-26 Thread Ross Finlayson
In teardownMediaSubsession in RTSPClient, the subsession's sessionId variable is deleted and reset. However *only if* the teardown succeeds. If the teardown fails and the MediaSubsession is subsequently closed using the proper method, then the sessionId will not be freed. I suggest also del

Re: [Live-devel] MPEG2 to TS Conversion Problems

2009-07-26 Thread Andrew Umlauf
I am running on Windows XP compiled with VS 2005. However, I also get the error using the .mak files following the directions provided on the VS2005 hints page. I tried compiling on several computers at my work place with no success. I additionally tried compiling with VC7, no success. I was go