WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: mpv [ffmpeg] https protocol not found &+ other media players  (Read 1796 times)

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
hi juanito

Quote
mpv http://www.youtube.com/watch?v=$blah
Playing: http://www.youtube.com/watch?v=$blah
[ffmpeg] https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.

Quote
mplayer  https://www.youtube.com/watch?v=$blah
MPlayer 1.3.0-7.2.0 (C) 2000-2016 MPlayer Tea
Playing https://www.youtube.com/watch?v=$blah.
libavformat version 57.83.100 (external)
Mismatching header version 57.25.100
Cannot seek backward in linear streams!
[tls @ 0x7ff556bb0d60]The specified session has been invalidated for some reason.

just reporting as the script/hack posted hear : http://forum.tinycorelinux.net/index.php/topic,21614.msg140801.html#msg140801
by neonix
Code: [Select]
tce-load -iwl ca-certificates || tce-load -il ca-certificates
tce-load -iwl wget    || tce-load -il wget
tce-load -iwl python || tce-load -il python

url=$( youtube-dl -f 18 -g "$1" );
wget --no-check-certificate $url -O - | mplayer - ;
appears to workaround this
xD




Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: mpv [ffmpeg] https protocol not found &+ other media players
« Reply #1 on: May 09, 2019, 11:17:08 PM »
It appears the ffmpeg/libav* dependency on gnutls, which enables the https protocol, is missing - I'll take a look.