Created attachment 149627 [details] fix $ make showconfig | fgrep -i openssl OPENSSL=on: SSL/TLS support via OpenSSL $ make configure ... $ fgrep -i openssl $(make -V WRKSRC)/config.h #define CONFIG_OPENSSL 0 $ ffprobe https://foo ... https protocol not found, recompile with openssl or gnutls enabled. https://foo: Protocol not found
Maintainers CC'd
Blocks future updates of multimedia/mpv with libquvi gone $ mpv --no-config --ytdl 'http://www.youtube.com/watch?v=nNkqKdLm1rU' Playing: http://www.youtube.com/watch?v=nNkqKdLm1rU [ytdl_hook] WARNING: video doesn't have subtitles [ytdl_hook] youtube-dl succeeded! [ffmpeg] ?: https protocol not found, recompile with openssl or gnutls enabled. [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support. Failed to open https://r5---sn-25ge7ner.googlevideo.com/videoplayback?ms=au&expire=1416476973&source=youtube&mv=m&ip=95.130.15.97&requiressl=yes&ipbits=0&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cms%2Cmv%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&id=o-ANKhkr2qUKUB-HaYBu4Nr4srXGPdzXXNS5VBMeyOACcs&mm=31&mt=1416455272&itag=18&key=yt5&sver=3&initcwndbps=5537500&fexp=900016%2C900225%2C907259%2C924219%2C924637%2C927622%2C932404%2C938638%2C943909%2C947209%2C947215%2C948124%2C948703%2C952302%2C952605%2C952901%2C953603%2C953912%2C957103%2C957105%2C957201&ratebypass=yes&signature=D75708BBC28423AA78253E2EA9ED4938D15ABED3.6A2AAE0D8FDE5FED409109BDB72BA3F347FA9AC8&upn=6Eg3Et5ONRA. Exiting... (Errors when loading file)
A commit references this bug: Author: riggs Date: Thu Nov 20 19:34:20 UTC 2014 New revision: 372953 URL: https://svnweb.freebsd.org/changeset/ports/372953 Log: Un-break non-default OPTION OPENSSL PR: 195202 Submitted by: jbeich@vfemail.net Changes: head/multimedia/ffmpeg/Makefile head/multimedia/ffmpeg24/Makefile