Tiny Core Extensions > TCE Corepure64

mpv [ffmpeg] https protocol not found &+ other media players

(1/1)

mocore:
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.
--- End quote ---


--- 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.

--- End quote ---

just reporting as the script/hack posted hear : http://forum.tinycorelinux.net/index.php/topic,21614.msg140801.html#msg140801
by neonix

--- Code: ---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 - ;

--- End code ---
appears to workaround this
xD



Juanito:
It appears the ffmpeg/libav* dependency on gnutls, which enables the https protocol, is missing - I'll take a look.

Navigation

[0] Message Index

Go to full version