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
"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
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
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:
>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.