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

Problem with building external gnutls library #58

Open
ZygusPatryk opened this issue Nov 23, 2021 · 5 comments
Open

Problem with building external gnutls library #58

ZygusPatryk opened this issue Nov 23, 2021 · 5 comments

Comments

@ZygusPatryk
Copy link

Hi,
I am having problems with adding --enable-gnutls to the build. I cannot reconcile dependencies and have installed GnuTls subdependency Libnettle. Have any one succeeded in adding GnuTLS support to the ffmpeg?

Regards
Patryk

@Javernaut
Copy link
Owner

Hello.

Will try to look into this thing. Don't have the ETA though.

Could you please share the scripts you use for the gnutls compilation. It would be better to see them as a part of the fork of this repo.

@ZygusPatryk
Copy link
Author

Hi,
thanks for your response. Please take a look at the following fork:
https://github.com/move2edge/ffmpeg-android-maker/tree/feature/gnutls
branch feature/gnutls.

I have added custom Dockerfile and scripts for building custom image build_docker_image.sh and running custom image compile_in_docker.sh.

@bugparty
Copy link
Contributor

I had worked out mbedtls, I will make an pull request soon

@gebonillacali
Copy link

Hi All,

First of all thank @Javernaut for bringing this useful tool, I was able to make my builds successfully, and I've implemented a test I am doing using ffmpeg and the audio goes great. But when I tried using a file from a remote source (any link of audio in web), I've got an error from library which is https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.. Then I saw this issue and I've tried then @bugparty solution by adding the -mbedtls to generate the libs again, however I still receive the same issue. Then I've tried with the @ZygusPatryk branch, but that one is bringing a lot of error when running the this project to generate the build libs. Am I missing something?, I am probably not experience on this building stuff things, so a little of guidence could be great for me at this point. Thanks in advance and great work you've done so far.

@gebonillacali
Copy link

Hi All,

First of all thank @Javernaut for bringing this useful tool, I was able to make my builds successfully, and I've implemented a test I am doing using ffmpeg and the audio goes great. But when I tried using a file from a remote source (any link of audio in web), I've got an error from library which is https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.. Then I saw this issue and I've tried then @bugparty solution by adding the -mbedtls to generate the libs again, however I still receive the same issue. Then I've tried with the @ZygusPatryk branch, but that one is bringing a lot of error when running the this project to generate the build libs. Am I missing something?, I am probably not experience on this building stuff things, so a little of guidence could be great for me at this point. Thanks in advance and great work you've done so far.

Nevermind at the end I missed pulling the latest of this repository, now it is working great, thanks a lot. And dismiss my comment.

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

4 participants