Skip to content

Instantly share code, notes, and snippets.

@ntrepid8
Created May 1, 2017 01:05
Show Gist options
  • Save ntrepid8/da7fce1b90fc8c7a6028f076da3173d1 to your computer and use it in GitHub Desktop.
Save ntrepid8/da7fce1b90fc8c7a6028f076da3173d1 to your computer and use it in GitHub Desktop.
How to play video disks on Ubuntu 16.04

How to play movie disks on Ubuntu 16.04

To remind me how I got video playback workin on Ubuntu 16.04 for video disks.

DVD

$ sudo apt install vlc libdvd-pkg
$ sudo dpkg-reconfigure libdvd-pkg

Bluray

This worked for me to get blue ray playback working on Ubuntu 16.04.

$ sudo apt-get install vlc libaacs0 libbluray-bdj libbluray1
$ mkdir -p ~/.config/aacs/
$ cd ~/.config/aacs/ 
$ wget http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment