You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-When I launch ./prebuild_android.sh I'm receiving the next error: FIPS_SIG does not specify incore module. Please edit this script.
where the script expects a Patch file, but I have skipped this step.
-After, launching ./make_android.sh I receive the next error:
sudo cp ./build/external/android/openssl-output/lib/libssl.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
cp: cannot stat './build/external/android/openssl-output/lib/libssl.so': No such file or directory
sudo cp ./build/external/android/openssl-output/lib/libcrypto.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
cp: cannot stat './build/external/android/openssl-output/lib/libcrypto.so': No such file or directory
sudo cp /usr/local/lib/libOmafDashAccess.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
cp: cannot stat '/usr/local/lib/libOmafDashAccess.so': No such file or directory
sudo cp /usr/local/lib/libMediaPlayer.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
cp: cannot stat '/usr/local/lib/libMediaPlayer.so': No such file or directory
Do you have any clue about hot to proceed ?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to install the Android player from the release 1.6. (https://github.com/OpenVisualCloud/Immersive-Video-Sample/releases/tag/V1.6.0)
I have downloaded the tar file of this release.
Linux used is Ubuntu 20.04.1 LTS"
-When I launch ./prebuild_android.sh I'm receiving the next error: FIPS_SIG does not specify incore module. Please edit this script.
where the script expects a Patch file, but I have skipped this step.
-After, launching ./make_android.sh I receive the next error:
warning and 1 error generated.
make[2]: *** [CMakeFiles/MediaPlayer.dir/build.make:115: CMakeFiles/MediaPlayer.dir/MediaSource/DashMediaSource.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 warning generated.
27 warnings generated.
1 warning generated.
1 warning generated.
1 warning generated.
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/MediaPlayer.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
cp: cannot stat './build/external/android/openssl-output/lib/libssl.so': No such file or directory
cp: cannot stat './build/external/android/openssl-output/lib/libcrypto.so': No such file or directory
cp: cannot stat '/usr/local/lib/libOmafDashAccess.so': No such file or directory
cp: cannot stat '/usr/local/lib/libMediaPlayer.so': No such file or directory
Do you have any clue about hot to proceed ?
Thanks
The text was updated successfully, but these errors were encountered: