Support
Forums

Re: MPV Media player doesn´t play my DVDs on Ubuntu

Packages needed to play DVD's are in separate repository
You can add the multiverse repository to Ubuntu
Code: [Select]
sudo add-apt-repository multiverse
then
Code: [Select]
sudo apt install libdvd-pkg
then
Code: [Select]
sudo dpkg-reconfigure libdvd-pkg

Once complete, reboot your system and you should be able to play DVD in your Ubuntu system.
Packages needed to play DVD's are in separate repository
You can add the multiverse repository to Ubuntu
Code: [Select]
sudo add-apt-repository multiverse
then
Code: [Select]
sudo apt install libdvd-pkg
then
Code: [Select]
sudo dpkg-reconfigure libdvd-pkg

Once complete, reboot your system and you should be able to play DVD in your Ubuntu system.