[Live-devel] Memory Leaks !

2009-01-07 Thread 赵鹏
Hi all,  When I demand the latestLIVE555 Media Server   with 30 clients, Memory usage is increasing by 4K all the  time!   Why?  Thanks, zhaomax. ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/__

[Live-devel] How to restrict ports the server can use for RTP

2009-01-07 Thread Matt Schuckmann
Is there a way (method or property in the RTSP server class or something) to restrict the ports the server can use for RTP/RTCP ports. I want to do this because I've got a server sitting behind a firewall/NAT and I can setup a block of ports to allow bidirectional UDP traffic for this purpose. I

[Live-devel] SR Report

2009-01-07 Thread Antonella Rizzo
Hi Ross, I made a server side application. So, I need to send SR report to client of my application. My client is another my application (not VLC, I capture packets from a command line application). I have seen that rtcpInstance have sendReport method, I must use this? Regards __

[Live-devel] Memory Leaks !

2009-01-07 Thread 赵鹏
Hi all,  When I demand the latestLIVE555 Media Server   with 30 clients, Memory usage is increasing by 4K all the  time!   Why?  Thanks, zhaomax. ___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

Re: [Live-devel] MPEG2 Indexer

2009-01-07 Thread Morgan Tørvolt
Not very surprising. The indexer finds I frames in an MPEG2 stream, and that will not work with MPEG4. You need to make the indexer find I frames in an MPEG4 stream to make it work. Also, the trick play code in the server might fail as it grabs I frames from an MPEG2 stream and encapsulates them in

[Live-devel] Reclaiming live clientsessions

2009-01-07 Thread Renato MAURO (Libero)
Hi Ross. In the past you sayd (let me not search that mail!) that by now there is not a way to release live clientsessions when the RTSPServer is being deleted. I solved this issue with some code and I'd like to know your opinion about my solution. I defined fRTSPClientSessions in