[Live-devel] Can I dynamically add/remove the file source when running Live555 server?

2009-01-05 Thread zhi sun
Can I dynamically add/remove the file source when running Live555 server? Currently, the Live555 announce the file sources when loading, I want to let the Live555 play a new file without making hard code change. Thanks, -zhisun ___ live-devel mailing lis

[Live-devel] MPEG2 Indexer

2009-01-05 Thread Ken Hilliard
Hi, I have mpeg4 (h.264) video streams encapsulated via mpeg2 transport streams. I'm using the live555 media server as an rtsp vod server. I was hoping to use the 'MPEG2TransportStreamIndexer' tool. But when I run it I get a .tsx file with zero length so it looks like it only operates on mpegts

[Live-devel] Memory leaks

2009-01-05 Thread sri kanth
Hi Ross, I am sending the file which describes regarding the memory leak in the code. Thanks, Viswajeet 16 bytes in 1 blocks are still reachable in loss record 1 of 16 ==14379==at 0x4005BA5: operator new(unsigned) (vg_replace_malloc.c:163) ==14379==by 0x804A08E: MediaLookup

Re: [Live-devel] Status of Live555 RTPS Client and Server using Stream over TCP

2009-01-05 Thread Matt Schuckmann
Ross Finlayson wrote: After doing a bit more digging in the code and on the web I've discovered that the problem of not receiving RTSP commands after the play command when using RTP-over-TCP streaming is a known problem (although it is usually associated with the keep-a-live feature (cough h

Re: [Live-devel] Books

2009-01-05 Thread Matt Schuckmann
I agree the first is very good, I haven't read the others. Matt S. Renato MAURO (Libero) wrote: Hi Ross. Maybe I'm off topic, but I'd like to know your opinion about these books: 1)"RTP, Audio and Video for the Internet", Colin Perkins, 2003, ISBN: 0-672-32249-8 2) "Timecode A Use

Re: [Live-devel] Books

2009-01-05 Thread Yedidia Amit
The first one is very good. I didn't read the others. Regards, Amit Yedidia Elbit System Ltd. Email: amit.yedi...@elbitsystems.com Tel: 972-4-8318905 -- > -Original Message- > From: live-devel-boun...@ns.live555.com > [mailto:

Re: [Live-devel] Memory leaks

2009-01-05 Thread Ross Finlayson
There are few memory leaks in liveMedia/OnDemandServerMediaSubsession.cpp, the object(inputSource) created is not freed. No, that's not true. The input source for each "ServerMediaSubsession" is freed by the "CloseStreamSource()" function, which in turn is called by "StreamSta