Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to install Android player from https://github.com/OpenVisualCloud/Immersive-Video-Sample/releases/tag/V1.6.0 #74

Open
standreu opened this issue Nov 10, 2021 · 1 comment

Comments

@standreu
Copy link

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

  • cd ../../../../
  • mkdir -p ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • sudo cp /usr/local/lib/libcurl.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • sudo cp /usr/local/lib/libsafestring_shared.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • 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 /usr/local/lib/libglog.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • 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/lib360SCVP.so ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • 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/libdashparser.a ./player/app/android/app/src/main/jniLibs/arm64-v8a/
  • 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

@htliu6
Copy link

htliu6 commented Aug 31, 2022

Hi, did you solve this problem? It seems to be something wrong with compiling Android OpenSSL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants