Re: [Live-devel] [patch] minor ctor/dtor leak in liveMedia/MP3ADUinterleaving.cpp

2008-06-30 Thread Ross Finlayson
Thanks for the report. This bug will be fixed in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-de

[Live-devel] [patch] minor ctor/dtor leak in liveMedia/MP3ADUinterleaving.cpp

2008-06-30 Thread Erik Hovland
The class MP3ADUdeinterleaver allocates fFrames on the heap with new in the ctor. It is not deleted in the dtor. E -- Erik Hovland mail: [EMAIL PROTECTED] web: http://hovland.org/ PGP/GPG public key available on request There is a memory leak in MP3ADUdeinterleaver. From: Erik Hovland <[EMAIL P

Re: [Live-devel] Regarding TestMPEG4VideoStreamer

2008-06-30 Thread Ross Finlayson
Where could I get these elementary files or a software which could be used to convert another format files to m4e. Read the FAQ !!! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] Blocking vs Non-Blocking doGetNextFrame()???

2008-06-30 Thread Ross Finlayson
Thank you for your suggestions. In my application, data is being pulled from a circular queue containing uncompressed video data which I compress and write to fTo within the doGetNextFrame() function. My application is multi-threaded (with a single thread accessing the live555 API as mentioned

Re: [Live-devel] Regarding TestMPEG4VideoStreamer

2008-06-30 Thread Fernando Reátegui del Aguila
Where could I get these elementary files or a software which could be used to convert another format files to m4e. On Mon, Jun 30, 2008 at 8:48 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > I don't understand why this code, designed for M4E (elementary MPEG4 files) >> works fine with normal MP

Re: [Live-devel] Blocking vs Non-Blocking doGetNextFrame()???

2008-06-30 Thread Silvain Beriault
According to the DeviceSource.cpp template, the doGetNextFrame() should deliver a frame "in a non-blocking fashion i.e., so that we return immediately from this function even if no data is currently available." However, if no data is available, the afterGetting() function is not invoked wit

Re: [Live-devel] Regarding TestMPEG4VideoStreamer

2008-06-30 Thread Ross Finlayson
I don't understand why this code, designed for M4E (elementary MPEG4 files) works fine with normal MP4 files in certain situations and completely wrong in another situations (network occupation). "testMPEG4VideoStreamer" is intended *only* for streaming MPEG-4 Video Elementary Stream files. I

Re: [Live-devel] Blocking vs Non-Blocking doGetNextFrame()???

2008-06-30 Thread Ross Finlayson
According to the DeviceSource.cpp template, the doGetNextFrame() should deliver a frame "in a non-blocking fashion i.e., so that we return immediately from this function even if no data is currently available." However, if no data is available, the afterGetting() function is not invoked withi

[Live-devel] Regarding TestMPEG4VideoStreamer

2008-06-30 Thread Fernando Reátegui del Aguila
I have one question regarding this sample code: testMPEG4VideoStreamer. Somehow when I stream normal MP4 file with this streamer in a NOT so busy local network I get in the receiver (VLC opening the rtsp session) the video streamed with interruptions in the images. When the streaming is done in a

[Live-devel] Blocking vs Non-Blocking doGetNextFrame()???

2008-06-30 Thread Silvain Beriault
Hello, According to the DeviceSource.cpp template, the doGetNextFrame() should deliver a frame "in a non-blocking fashion i.e., so that we return immediately from this function even if no data is currently available." However, if no data is available, the afterGetting() function is not invok

Re: [Live-devel] H.264 Encoded Video

2008-06-30 Thread Marco Amadori
On Tuesday 24 June 2008, 20:02:04, Mike Gilorma wrote: > Actually we are tying to do the same thing, just different OS's. The > process I was describing is how I created a h264 file in Linux. Maybe you know also how to encode h264 in MPEG TS like the ones coming from DVB-S2 streams? I didnt f