Other than the way the two OS's report ?
Windows divides by number of cores, linux shows you per core.
On my 8 core windows will show 12% with linux shows 96%
On Mon, Oct 3, 2016 at 9:54 AM, Dr. Monotosh Das <
monotosh@videonetics.com> wrote:
> Dear Ross,
>
> Is there any evidence that live
Dear Ross,
Is there any evidence that live555 code is taking less CPU in windows
platform than linux platform?
I am testing with openRTSP both in Windows 10 and Ubuntu 14.04.
For single HD quality stream windows is showing 0-2% CPU usage. Most of the
time it is 0% CPU.
But in linux it is showin
Hi Ross,
I have come across a strange (?) behaviour with RTCP packet sending.
First, I create a basic task scheduler as follows:
scheduler=BasicTaskScheduler.createNew(0);
Then I execute the scheduler in an infinite loop:
while true {
scheduler->SingleStep();
std::cout << "ping!\n"; // j