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.
CNN video: Error: Protocol not found / ERROR: ffmpeg exited with code 1 #16781
Comments
|
avconv is built without https support. Either fix or use ffmpeg. |
|
OK. The supported sites list includes CNN, a site that serves assets over HTTPS, like increasingly all high traffic sites do. Should CNN then be removed from the supported sites list, then, if youtube-dl can't currently download videos from it? |
|
Have you even read my post? It has nothing to do with youtube-dl. |
|
Sorry, I read your post but the meaning wasn't very clear to me. It sounded like you were asking me to fix how avconv works, a tool I'm not familiar with. I added |
|
Yes, you should "fix" how avconv works if you want to use it. Namely you should build it with https support or obtain one built with https from somewhere else. Alternatively, you can select non HLS format that does not involve avconv/ffmpeg at all, see format selection. |
|
Great. FYI, after rebuilding avconv with av_interleaved_write_frame(): Invalid argument
|
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.06.19. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Error: Protocol not found / ERROR: ffmpeg exited with code 1
Note: this issue is different than #12972 and #15110 and #13666