Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
FFMpeg Error - index.m3u8 - Protocol not found #3590
Comments
|
The problem is that ffmpeg has been compiled without ssl support. It seems that you have used Homebrew to install ffmpeg, you can run |
|
Thanks for that - I can confirm that I did install ffmpeg via home-brew, and reinstalling with OpenSSL support did resolve the video (although it now appears to be transcoding it - although that may be a separate issue). |
|
I'm having the same issue but reinstalling with openssl did not solve... :-( |
|
@dzg Please paste the output of your commands. Don't forget to include |
|
@dzg It may be that youtube-dl is selecting avconv/libav over ffmpeg. For me, |
|
This worked for me too. Removed libav. Is there anyway to force youtube-dl to use ffmpeg? |
Add |
|
Perfect. Thanks. That worked with libav installed :) |
Hi,
I'm attempting to download the video from:
https://www.youtube.com/watch?v=C49jEXZEqr0
However, when I try to run this, I get an FFMpeg error about
Protocol not found:Any thoughts on what's going on?