[Live-devel] RTT calculation on "Receiver" side using RTCP?

2008-04-28 Thread Felix
Hi All: Using SR/RTCP and RR/RTCP infomation, the RTT can be calculated on Sender side(RFC3550). But how to calculate RTT on Receiver Side? I need this value to judge whether to ask the Sender for retrasmission when a packet is lost. Thanks! B.R. Felix

Re: [Live-devel] multi core supported??

2008-04-28 Thread Ross Finlayson
"Multi core" is a hardware feature. We do software. If, however, you are asking about multiple *threads*, then please read the FAQ! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com

[Live-devel] multi core supported??

2008-04-28 Thread Dion Galbreath
Is live555 multicore supported. It seems the latest build april 9th seems to peg one of the four cores I have. And the other three are almost idle... is there something I have to do to get it to thread out nicely on all 4 cores? Dion ___ live-deve

[Live-devel] Problem in Builing LiveMedia Lib

2008-04-28 Thread Manzoor Ahmed
Hello Everyone, When i build the Library in VS 2005, it gives me the following errors 1>-- Build started: Project: MyRTPLib, Configuration: Debug Win32 -- 1>Linking... 1>MSVCRTD.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup 1>C:

Re: [Live-devel] How to get RTP packets

2008-04-28 Thread Ross Finlayson
>When i changed the code like this > >if (strcmp(fProtocolName, "UDP") == 0) { >on line 656 of "MediaSession.cpp" to > if (True) { > >the MultiFramedRTPSource class is not executed. Now it using the >BasicUDPSource class. That's exactly what was supposed to happen when you made that change.