Re: [Live-devel] [patch] minor mem leaks in RTSP client and server (and qtfilesink)

2008-07-04 Thread Erik Hovland
On Fri, Jul 04, 2008 at 09:07:57PM -0700, Ross Finlayson wrote: >> These patches only fix corner cases of memory leaks. But they should be >> fairly non-invasive. So please consider them. > > Thanks. I have now released a new version (2008.07.05) of the software > that includes all of your recent

Re: [Live-devel] [patch] minor mem leaks in RTSP client and server (and qtfilesink)

2008-07-04 Thread Ross Finlayson
These patches only fix corner cases of memory leaks. But they should be fairly non-invasive. So please consider them. Thanks. I have now released a new version (2008.07.05) of the software that includes all of your recent suggestions. If possible, please rerun your testing tools on this new

[Live-devel] [patch] minor mem leaks in RTSP client and server (and qtfilesink)

2008-07-04 Thread Erik Hovland
These patches only fix corner cases of memory leaks. But they should be fairly non-invasive. So please consider them. Thanks E -- Erik Hovland mail: [EMAIL PROTECTED] web: http://hovland.org/ PGP/GPG public key available on request Some conditionals will cause rtspclient to leak memory From: E

[Live-devel] [patch] getc returns int, using char truncates value

2008-07-04 Thread Erik Hovland
Getc and all of the char I/O calls return an int. When a char is used to store that return value then the return value is truncated. Since all it takes to get the true value is to change the variable type that is storing the returned value, that is what this patch does. E --- liveMedia/WAVAudio

Re: [Live-devel] Proper cleanup of live555 instances

2008-07-04 Thread Silvain Beriault
Ross Finlayson wrote: here is currently how I currently cleanup: sink->stopPlaying(); Medium::close(framedSource); Medium::close(sink); <== crashes env->reclaim(); Here are my questions: 1. Overall what should be the full cleanup sequence for that example? I'm not sure why you got a crash, b

Re: [Live-devel] Need help in streaming RTP

2008-07-04 Thread Kumar Bala (DSP-Weuffen GmbH)
Hello Yamini, You can play that using mplayer. http://www.mplayerhq.hu/design7/dload.html I am assuming the file name would look like video-MP4V-ES Or you can play it using vnc, but just rename the file filename.m4v f you intention is to play the file and dump it tinto a file you can do that by