mpv does not handle ssl

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

mpv does not handle ssl

Post by zAchAry »

Code: Select all

Playing: https://example.org/video.ogg
[ffmpeg] https protocol not found, recompile FFmpeg with openssl, gnutls,
[ffmpeg] or securetransport enabled.
[ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support.
Failed to open https://example.org/video.ogg
Image
Help to make Slackware easier Donate to Salix
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: mpv does not handle ssl

Post by laprjns »

You are going to have to build it yourself. Building ffmpeg with openssl creates a non-redistributable binary according to the Slackbuild ffmpeg page
https://slackbuilds.org/repository/14.2 ... ia/ffmpeg/
ffmpeg README wrote:OPENSSL=yes|no (default: no), creates non-redistributable binary
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: mpv does not handle ssl

Post by gapan »

It should be OK with gnutls though. I'll take a look.
Image
Image
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: mpv does not handle ssl

Post by gapan »

Done.
Image
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: mpv does not handle ssl

Post by mimosa »

Incidentally, mpv appears not to have a man page. I was just curious how you might use it with SSL anyway.

After seeing this thread, I built a more recent version of mpv (with alienbob's more recent ffmpeg, which it requires) so it's possible the missing man page is a problem with my build.
User avatar
gapan
Salix Wizard
Posts: 6241
Joined: 6. Jun 2009, 17:40

Re: mpv does not handle ssl

Post by gapan »

The package in the repos does have a manpage.
Image
Image
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: mpv does not handle ssl

Post by mimosa »

rst2man (from docutils) is a build dependency. This is a fresh install of 14.2 ;)

I find mpv plays video better than mplayer on this machine, but it has a similar CLI.
Post Reply