mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
414 stars 108 forks source link

ytdl:// The protocol is either unsupported, or was disabled at compile-time. #100

Closed kslr closed 6 years ago

kslr commented 6 years ago

I use rebuild script. Whether need other instructions to open

sfan5 commented 6 years ago

You need Lua installed for youtube-dl support. Does the OSC work? If you're on a Debian-like distro try installing liblua5.2-dev

kslr commented 6 years ago

i use ubuntu 16.04 apt install liblua5.2-dev ok; youtube-dl ok; osc ok; lua 5.3 ok; Before the lack of lua, I want to recompile?

sfan5 commented 6 years ago

If you have installed Lua, you need to run ./rebuild for the changes to take effect.

Argon- commented 6 years ago

https://github.com/mpv-player/mpv/wiki/FAQ#Why_does_mpv_not_support_Lua_53

kslr commented 6 years ago

I installed Lua can work, thank you everyone.

sudo apt install lua5.2 liblua5.2-dev