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

Https protocol not found with ffmpeg #732

Closed
cbuddeke opened this issue Mar 1, 2018 · 3 comments
Closed

Https protocol not found with ffmpeg #732

cbuddeke opened this issue Mar 1, 2018 · 3 comments

Comments

@cbuddeke
Copy link

cbuddeke commented Mar 1, 2018

Hey! I am getting the following error while trying to execute this line clip = editor.VideoFileClip(story.video.url).

Here are the file infos returned by ffmpeg:

ffmpeg version 2.6.3-tessus Copyright (c) 2000-2015 the FFmpeg developers
  built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
  configuration: --cc=/usr/bin/clang --prefix=/opt/ffmpeg --as=yasm --extra-version=tessus --enable-avisynth --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzmq --enable-version3 --disable-ffplay --disable-indev=qtkit --disable-indev=x11grab_xcb
  libavutil      54. 20.100 / 54. 20.100
  libavcodec     56. 26.100 / 56. 26.100
  libavformat    56. 25.101 / 56. 25.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 11.102 /  5. 11.102
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
https protocol not found, recompile with openssl or gnutls enabled.
https://privates3url.amazon.com: Protocol not found

The issue is that the suggested method to install ffmpeg referenced in #493 does not seem to have an option to download ffmpeg with openssl. Does anyone know of a good way to solve this problem?

Thanks!

@mgaitan
Copy link
Collaborator

mgaitan commented Apr 16, 2018

@cbuddeke what are you trying to do? open a video file from the internet? or install ffmpeg? I really can't understand your intentions

@cbuddeke
Copy link
Author

cbuddeke commented Apr 16, 2018

Sorry. Should have followed up. This was solved locally by reinstalling ffmpeg with ssl support via homebrew with brew install ffmpeg --with-openssl and on an ec2 instance by using an ec2 ami for ffmpeg with gnutls. Thanks for the answer! This can be closed.

@Sub-7
Copy link

Sub-7 commented Feb 11, 2020

current: ffmpeg --enable-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

4 participants