-
Notifications
You must be signed in to change notification settings - Fork 53
Encoder.cpp:81 Failed to get cpu core number from /proc/cpuinfo! ! #57
Comments
Hi @ForgetMe17 , can you provide the output of following command in the same environment that your error occurred? cat /proc/cpuinfo | grep 'cpu cores' | cut -d ':' -f 2 | xargs | sed -e 's/\ /+/g' | bc |
Hi @U1X6WK here is my output
By the way, i am using ubuntu 18.04LTS on a virtual machine, and running the following command, where
|
Please notice that we only verified the solution using software and hardware listed in OMAF-Sample/README.md. |
Hi i have changed to
and here is the output of the
It is wierd, and i have tried using root previlige while building, but still not workes, any help on this issue? |
Hi, i haved built the OMAF-SAMPLE on docker, while i am running the ffmpeg by
[root@cd2f2e35c575 Sample-Videos]# ./run.sh 4K VOD
I got the following errors, it seems that the encoder cannot get the /proc/info, but i was already in the root mode, and by running
cat /proc/cpuinfo
, i could get the output correctly.Any help on this issue will be appriciated.
The text was updated successfully, but these errors were encountered: