Re: [Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread Ross Finlayson
When replying to a digest, PLEASE trim your post! If you fail to do this again (especially because - as evidenced by your use of a "@gmail.com" email address - you are just a casual hobbyist), you risk being permanently banned from the list. BTW, I plan to do some change to make livemedia t

Re: [Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread liu yang
ck::outputToAllMemberExcept(...), the member functions are called, > but I cannot find any implementation in the project. > I wonder what's this class used for? > I guess it can be extended and used for stream forwarding? or application > layer multicast? > > Daly > -

Re: [Live-devel] frame rate supported

2009-03-11 Thread Patrick White
Could you be running into sleep quantitization issues? 60 fps is down in sleep quantitization issueland. The buffering on the receiver should take care of things, but maybe it isn't, or the timestamps are not getting generated correctly? patbob On Tuesday 10 March 2009 4:57 pm, Gbzbz Gbzbz

Re: [Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread Brad Bitterman
I found that under Linux a single threaded process such as one using live555 only runs on one core of a multi-core CPU. My suggestion is to run multiple processes if possible. This will let Linux distribute the processes to the different cores. - Brad On Mar 11, 2009, at 6:31 AM, Marco Ama

Re: [Live-devel] [PATCH] RTSPClient::recordMediaSession?

2009-03-11 Thread Ross Finlayson
I noticed that the RTSPClient class lacks a method for sending RECORD requests for a whole media session; there's only a method for sending RECORD requests for individual subsessions. Is this an intentional omission, or has it just not been needed yet? The latter. I implemented such a method

[Live-devel] [PATCH] RTSPClient::recordMediaSession?

2009-03-11 Thread Martin Storsjö
Hi, I noticed that the RTSPClient class lacks a method for sending RECORD requests for a whole media session; there's only a method for sending RECORD requests for individual subsessions. Is this an intentional omission, or has it just not been needed yet? I implemented such a method, see th

Re: [Live-devel] What's the DirectedNetInterface used for?

2009-03-11 Thread Ross Finlayson
I'm reading the groupSock source code these days. I found DirectedNetInterface is a pure abstract class, In groupSock::outputToAllMemberExcept(...), the member functions are called, but I cannot find any implementation in the project. I wonder what's this class used for? I guess it can be extend

Re: [Live-devel] setupDatagramSocket - SO_REUSEADDR problems

2009-03-11 Thread Guido Marelli
Hi, I think that SO_REAUSEPORT will continue introducing problems cause we need to force a port when creating a socket for the RTCP channel (RTP port + 1). I believe that the best approach is to forget about SO_REAUSEPORT so we can be sure that every socket requested to the OS will work just

Re: [Live-devel] Live555 RTSP Client never sees RTCP BYE message from Live555 Server

2009-03-11 Thread Matt Schuckmann
I understand that it's hard to test bugs on modified code, I'd submit my modifications to the project but you've already told me that you won't accept some of them (I understand your reasons), and I'm not ready to submit the others. I'm only trying to help you out by reporting what I see, I hav

[Live-devel] What's the DirectedNetInterface used for?

2009-03-11 Thread dai jun
I'm reading the groupSock source code these days.I found DirectedNetInterface is a pure abstract class, In groupSock::outputToAllMemberExcept(...), the member functions are called, but I cannot find any implementation in the project. I wonder what's this class used for? I guess it can be extended a

[Live-devel] openRTSP saving to a microSD card

2009-03-11 Thread Roberts, Alan
Hi all Could anyone point me in the right direction please? I suspect that somewhere within openRTSP there's some sort of "link timeout" to cope with timing issues related to networking. I need to take a closer look. I've got a much better idea of my problem now - my incoming streaming mpeg4 v

Re: [Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread Marco Amadori
On Wednesday 11 March 2009, 10:28:25, liu yang wrote: > I plan to develop an application which may support 500+ or even 1000+ > rtp session simultaneously. So anybody could tell me whether livemedia > could support such load? > BTW, I did some test based on testWAV sample program. The result is >

[Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread liu yang
Hi, I plan to develop an application which may support 500+ or even 1000+ rtp session simultaneously. So anybody could tell me whether livemedia could support such load? BTW, I did some test based on testWAV sample program. The result is not satisfactory, frankly speaking. FAQ told me livemedia is